List of All Members for FileUtils
This is the complete list of members for FileUtils, including inherited members.
- searchPaths : list<string>
- url addSearchPath(string absoluteSearchPath, int searchPathIndex)
- bool copyFile(string source, string destination)
- string cropPathAndKeepFilename(string filePath, bool cropFileExtension)
- string defaultWritablePath()
- string engineBasePath()
- string engineBaseUrlPath()
- bool existsFile(string filePath)
- bool existsFileFromUrl(url fileUrl)
- bool existsFileWithoutAdoptions(string filePath)
- string findFileOrDirectoryIncludingResources(string filePath)
- string getAbsolutePathFromUrlString(string filePath)
- string getBasePath(QtObject sourceObject)
- url getMultiPathUrl(url fileUrl, QtObject contextObject)
- url getPathUrl(string filePath, var source)
- url getUrlByAddingSchemeToFilename(string filePath)
- list<string> listFiles(url path, list<string> nameFilter)
- bool openFile(string fileName)
- string qmlEngineBaseUrlForObject(var object)
- string readFile(string fileName)
- var readFileBase64(string fileName)
- var readFileBytes(string fileName)
- bool removeDir(string dirName)
- bool removeFile(string fileName)
- url removeSearchPath(string absoluteSearchPath)
- bool saveImage(string fileName, QImage image, int quality)
- string storageLocation(enumeration location, string path)
- string storageLocationDisplayName(enumeration location)
- string stripSchemeFromUrl(var fileUrl)
- bool writeFile(string fileName, var fileData)