File Index¶
This index lists all File related objects and methods.
Index (signatures)¶
qie methods¶
qie.appendToFile(file, value, shouldCreatePath*)qie.copyFile(sourceFile, destFile)qie.createZipFile(directory, zipFile, includeSubDirectories*)qie.deleteFile(file)qie.extractZipFile(zipFile, directory, overwriteExistingFiles*)qie.moveFile(file, destination, shouldCreatePath*)qie.newFile(filepath)qie.newNetFile(filepath, domainUsername, password, parameters*, autoClose*)qie.parseMultipartContentFromFile(inputFile, outputDir*, filenamePrefix*)qie.readFile(file)qie.writeFile(file, value, shouldCreatePath*)