FileGetPath: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(https://github.com/multitheftauto/mtasa-blue/commit/87697c4ca2d3a41c66971fe4c1cfb5b64a74f302)
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server client function}}
{{Server client function}}
Get file's path.
{{New feature/item|3.0151|1.6|7446|
Use this function to get file's path.
}}


==Syntax==
==Syntax==

Revision as of 23:48, 27 August 2015

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