FileExt

<evalcmd> FileExt && string && File extension of specified file. && filename && path && File name or full path. </evalcmd>

Returns the file extension of the specified filename.

//Example://

Output(FileExt("file.jpg"));
--> .jpg

See also: filepart parent root stem

最后更新于