MTA:Eir/FileSystem/copyFile
Jump to navigation
Jump to search
This function copies files between two translators.
Syntax
bool fsnamespace.copyFile( translator srcTrans, string srcPath, translator dstTrans, string dstPath )
Arguments
- srcTrans: source translator for the file of origin
- srcPath: path into the source translator
- dstTrans: target translator
- dstPath: path into the target translator
Returns
This function returns true if the copy has succeeded, false otherwise.
Example
-- TODO
FileSystem Namespace Functions
- createTranslator
- createRAMDisk
- createMemoryFile
- createFileIterative
- createArchiveTranslator (not module)
- createZIPArchive (not module)
- copyFile
- copyStream
- copyStreamCount
- pathToFilename
- streamCompare
- topointer
- type
- setDoBufferAllRaw
- getDoBufferAllRaw