WorkingDirectory

Class that manage a temp local working directory.

Constructors

Link copied to clipboard
constructor()
Create new local temp working directory.

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open fun getDirectoryUrl(): URL
Link copied to clipboard
open fun getFileAbsolutePath(filename: String): String
Link copied to clipboard
open fun getFileContent(filename: String): String
Get folder's file content.
Link copied to clipboard
open fun writeFiles(files: Map<String, Array<Byte>>)
Write multiple files inside the directory.