This is the complete list of members for FileFolder, including inherited members.
- exists : bool
- folderName : string
- listSeparator : QChar
- path : string
- separator : QChar
- size : int
- url : url
- bool cd(string path)
- bool cdUp()
- bool copyFile(string fileName, string filePath)
- File file(string fileName)
- bool fileExists(string fileName)
- FileInfo fileInfo(string fileName)
- QStringList fileNames()
- QStringList fileNames(object nameFilter)
- QStringList fileNames(object nameFilter, bool subFolders)
- string filePath(string fileName)
- url fileUrl(string fileName)
- FileFolder folder(string folderName)
- QStringList folderNames()
- QStringList folderNames(object nameFilter)
- QStringList folderNames(object nameFilter, bool subFolders)
- string fromNativeSeparators(string pathName)
- bool makeFolder()
- bool makePath(string path)
- object moveFileToTrash(string fileName)
- moveFileToTrashAsync(string fileName)
- movedFileToTrash(string originalFile)
- movedFileToTrash(string originalFile, object pathInTrash)
- movedFileToTrash(string originalFile, object pathInTrash, string error)
- object readCsvFile(string fileName)
- object readCsvFile(string fileName, object options)
- object readFile(string fileName)
- object readFile(string fileName, object options)
- object readJsonFile(string fileName)
- string readTextFile(string fileName)
- object readXmlFile(string fileName)
- refresh()
- string relativeFilePath(string fileName)
- bool removeFile(string fileName)
- bool removeFolder(string folderName)
- bool removeFolder(string folderName, bool recursive)
- bool removeFolder()
- bool removePath(string path)
- bool renameFile(string oldFileName, string newFileName)
- Settings settingsFile(string fileName)
- string toNativeSeparators(string pathName)
- bool writeFile(string fileName, object content)
- bool writeFile(string fileName, object content, object options)
- bool writeJsonFile(string fileName, object json)
- bool writeTextFile(string fileName, string text)