vl-filename-extension
(vl-filename-extension fileName)
This function returns the extension of the
file fileName.
|
Arguments |
fileName (string) a file name, optionally containing path and/or extension |
|
Return |
(string) the extension of the file, or NIL if no extension is present in fileName |
|
Example |
(vl-filename-extension "C:/MyFolder/MyFile.txt") ".txt" |
|
Remarks |
the returned string does include the "." prefix |
| © Bricsys NV. All rights reserved. |