Returns the file extension, without the period (.), of a file you specify.


icon

Inputs/Outputs

  • cpath.png file

    file specifies the path to the file whose extension you want LabVIEW to return.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ipath.png dup file

    dup file returns file unchanged.

  • istr.png lowercase file extension

    lowercase file extension returns the extension of the file, without the period (.). LabVIEW always returns a lowercase file extension, even if file contains uppercase letters.

  • istr.png filename without extension

    filename without extension returns the name of the file you specify in file without the directory path, period (.), or file extension. Unlike lowercase file extension, filename without extension matches the case of the original filename.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • istr.png unmodified file extension

    unmodified file extension returns the extension of the file you specify in file, without the period (.). Unlike lowercase file extension, unmodified file extension matches the case of the original file extension.