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.
|