Class | Description |
---|---|
CreateDirectory |
Creates a new directory.
|
CreateFile |
Used to check existence of file.
|
Delete |
Deletes a given file or a directory.
|
Exists |
Used to check existence of file.
|
GetModifiedTime |
Retrieves the last modified time of the specified file.
|
GetName |
Retrieves the name of the file given by the struct.
|
GetPath |
Creates the file at the path specified in the File struct.
|
GetPathValue |
Creates the file at the path specified in the File struct.
|
IsDirectory |
Validates whether the given input is a directory.
|
IsReadable |
Determines whether the user has read access to the specified file.
|
IsWritable |
Determines whether the user has write access to the specified file.
|
List |
List out the content in directory.
|
Move |
Moves a file from a given location to another.
|
NewByteChannel |
Returns a new byte channel from the path.
|
ToAbsolutePath |
Creates the file at the path specified in the File struct.
|
Copyright © 2018 WSO2. All rights reserved.