This is the complete list of members for FileFolder, including inherited members.
- exists : bool
- folderName : string
- path : string
- bool cd(string folderName)
- bool cdUp()
- bool copyFile(string fileName, string filePath)
- existsChanged()
- bool fileExists(string fileName)
- FileInfo fileInfo(string fileName)
- list<string> fileNames(list<string> nameFilter, bool subFolders)
- string filePath(string fileName)
- url fileUrl(string fileName)
- FileFolder folder(string folderName)
- list<string> folderNames(const list<string> nameFilter, bool subFolders)
- bool makeFolder()
- bool makePath(string path)
- pathChanged()
- list<string> readFile(string fileName, jsonobject options)
- jsonObject readJsonFile(string fileName)
- string readTextFile(string fileName)
- string relativeFilePath(string fileName)
- bool removeFile(string fileName)
- bool removeFolder(string folderName, bool recursive)
- bool removeFolder()
- bool removePath(string path)
- bool renameFile(string oldFileName, string newFileName)
- Settings settingsFile(string fileName)
- list<string> writeFile(string fileName, jsonobject content, jsonobject options)
- bool writeJsonFile(string fileName, jsonobject json)
- bool writeTextFile(string fileName, string text)