alchemist
alchemist
/
it.unibo.alchemist.grid.util
/
WorkingDirectory
Working
Directory
class
WorkingDirectory
:
AutoCloseable
Content copied to clipboard
Class that manage a temp local working directory.
Constructors
Functions
Constructors
Working
Directory
Link copied to clipboard
open
fun
WorkingDirectory
(
)
Content copied to clipboard
Create new local temp working directory.
Functions
close
Link copied to clipboard
open
fun
close
(
)
Content copied to clipboard
get
Directory
Url
Link copied to clipboard
open
fun
getDirectoryUrl
(
)
:
URL
Content copied to clipboard
get
File
Absolute
Path
Link copied to clipboard
open
fun
getFileAbsolutePath
(
filename
:
String
)
:
String
Content copied to clipboard
get
File
Content
Link copied to clipboard
open
fun
getFileContent
(
filename
:
String
)
:
String
Content copied to clipboard
Get folder's file content.
write
Files
Link copied to clipboard
open
fun
writeFiles
(
files
:
Map
<
String
,
Array
<
Byte
>
>
)
Content copied to clipboard
Write multiple files inside the directory.