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