...
Returns the file's extension.
Examples
...
language | text |
---|
// Get the extension of a file path.
...
string $extension;
...
string $path = "c:/temp/take25.c3d";
...
$extension = `getFileExtension $path`;
...
print $extension;
Scroll pagebreak |
---|
Additional information
...