FileGetPath

From Multi Theft Auto: Wiki
Revision as of 23:48, 27 August 2015 by Emiliano Castro (talk | contribs)
Jump to navigation Jump to search

Use this function to get file's path.

Syntax

string fileGetPath ( file theFile )

Required Arguments

  • theFile: The file you want to get the path.

Returns

Returns a string with the path, false if there's something wrong with the file in the argument.

Example

--TODO

See Also