vl-filename-directory


(vl-filename-directory fileName)

This function returns the full path of the file fileName.

Arguments

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

Return

(string) the full path of the file

Example

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

Remarks




©  Bricsys NV. All rights reserved.