Abstract
Protected
_nativeAbstract
nameGets the name of the file or directory.
0.1
Abstract
fullAbstract
typeAbstract
creationGets creation date of the File instance. If the file doesn't exist returns -1.
0.1
Gets creation date of the File instance. If the file doesn't exist returns -1.
0.1
Abstract
existsCheck whether file or directory exists in given path.
0.1
Check whether file or directory exists in given path.
0.1
Abstract
extensionGets the extension of the file.
0.1
Gets the extension of the file.
0.1
Abstract
isCheck whether the File instance is a directory.
0.1
Check whether the File instance is a directory.
0.1
Abstract
isCheck whether the File instance is a file.
0.1
Check whether the File instance is a file.
0.1
Abstract
modifiedGets last modified time of the File. It measured in milliseconds. If file doesn't exists returns -1.
0.1
Gets last modified time of the File. It measured in milliseconds. If file doesn't exists returns -1.
0.1
Abstract
parentGets 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 parent directory of the file or directory. If the file or parent of the file doesn't exist returns null.
0.1
Abstract
pathGets the path given on constructor. This property required for creating the File instance.
0.1
Gets the path given on constructor. This property required for creating the File instance.
0.1
Abstract
sizeGets the size of the file or directory. If file or directory doesn't exists returns -1.
0.1
Gets the size of the file or directory. If file or directory doesn't exists returns -1.
0.1
Abstract
writableRename the current file or directory to given name.
rename
0.1
Protected
preProtected
addProtected
addIOSPropsOpen a IO.FileStream object from this object. If path is refer a directory returns null.
openStream
0.1
Static
getStatic
getProtected
createOptional
params: Partial<IFile> & FileParamsGenerated using TypeDoc
Gets the name of the file or directory.
Android
Ios
Since
0.1