FileGetPath

From Multi Theft Auto: Wiki
Revision as of 23:43, 27 August 2015 by Emiliano Castro (talk | contribs) (https://github.com/multitheftauto/mtasa-blue/commit/87697c4ca2d3a41c66971fe4c1cfb5b64a74f302)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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