Modules/FileSystem/pathToFilename

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

This function returns the filename and the directory portions of a filepath, separated into two strings.

Syntax

string, string fsnamespace.pathToFilename( string path, bool includeExtention )

Arguments

  • path: the file path to extract from
  • includeExtention: if true then the filename extention is included in the result

Returns

This function returns the filename and directory of the provided file path.

Example

-- TODO

FileSystem Namespace Functions