...
Returns the file title, which is the file name minus the extension.
Examples
Code Block | ||
---|---|---|
| ||
// Get the title of a file path. |
...
string $title; |
...
string $path = "c:/temp/take25.c3d"; |
...
$title = `getFileTitle $path`; |
...
print $title; |
Scroll pagebreak |
---|
Additional information
...