vl-filename-base


(vl-filename-base fileName)

This function returns the name of the file fileName, without path and extension.

Arguments

fileName  (string) a file name, optionally containing path and/or extension

Return

(string) the name of the file, without path specification and extension

Example

(vl-filename-base "C:/MyFolder/MyFile.txt")  "MyFile"

Remarks




©  Bricsys NV. All rights reserved.