Readonly
iosReadonly
androidCheck whether file or directory exists in given path.
0.1
Gets the extension of the file.
0.1
Check whether the File instance is a directory.
0.1
Check whether the File instance is a file.
0.1
Gets last modified time of the File. It measured in milliseconds. If file doesn't exists returns -1.
0.1
Gets the name of the file or directory.
0.1
Gets the parent directory of the file or directory. If the file or parent of the file doesn't exist returns null.
0.1
Gets the path given on constructor. This property required for creating the File instance.
0.1
Gets the size of the file or directory. If file or directory doesn't exists returns -1.
0.1
Readonly
writableRename the current file or directory to given name.
rename
0.1
Open a IO.FileStream object from this object. If path is refer a directory returns null.
openStream
0.1
Generated using TypeDoc
Gets creation date of the File instance. If the file doesn't exist returns -1.
Android
Ios
Since
0.1