FileGetPath: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (Little mistake)
Line 2: Line 2:
{{Server client function}}
{{Server client function}}
{{Needs Example}}
{{Needs Example}}
{{New feature/item|3.0151|1.6|7446|
{{New feature/item|3.0160|1.6|7446|
Use this function to get file's path.
Use this function to get file's path.
}}
}}

Revision as of 23:43, 12 September 2015

Accessories-text-editor.png Script Example Missing Function FileGetPath needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

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