Modules/FileSystem/copyFile: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
<pageclass class="#e36242" subcaption="Namespace function"></pageclass>
__NOTOC__
__NOTOC__
This function copies files between two translators.
This function copies files between two translators.

Latest revision as of 03:58, 23 January 2022

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

FileSystem Translator Functions