Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Returns the file's extension.

Examples

...

languagetext
// Get the extension of a file path.

...


string $extension;

...


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

...


$extension = `getFileExtension $path`;

...


print $extension;

Scroll pagebreak

Additional information

...