std-force-path | ![]() |
std-force-path produces a new filename specifier with the given path and the filename from fname.
There is no case conversion done. It's implemented as strcat of std-filename-directory and std-filename, so for ambiguities see there.
(std-force-path "d:/acad" "e:\\lisp\test.lsp") => "d:\\acad\\test.lsp"
path: a string. A partial or fully qualified filename specifier.
fname: a string. A partial or fully qualified filename specifier.
A string.
See std-fpslash.
(std-require 'STDFILE)
Defined in STDFILE