Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the file title, which is the file name minus the extension.

Examples

Code Block
languagetext
// Get the title of a file path. 

...

string $title;

...


string $path = "c:/temp/take25.c3d";

...


$title = `getFileTitle $path`;

...


print $title;

Scroll pagebreak

Additional information

...