Package | Description |
---|---|
viptool.filesystem |
Modifier and Type | Method and Description |
---|---|
void |
IFileSystemSession.createFile(String name,
Object content)
Creates a file with the given name and the given content.
|
void |
IFileSystem.createFile(String file,
Object content)
Creates the given file with the given content.
|
void |
IFileSystemSession.createFolder(String name)
Creates the folder with the given name.
|
void |
IFileSystem.createFolder(String folder)
Creates the given folder in the file system.
|
void |
IFileSystemSession.moveFile(String source,
String destination)
Moves the given file to the given destination.
|
void |
IFileSystem.moveFile(String source,
String destination)
Moves the given file to the given destination.
|