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