ExtractExt
This function returns the extension part of a file path.
Syntax
- string ExtractExt(string path)
Parameters
Returns
Returns the extension part of the specified file path.
Example
--Get the extension part
System:Print((FileSystem:ExtractExt("Materials/Brick/brickwall01a.mat")))