std-force-path


Synopsis

(std-force-path <path> <fname>)

Description

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.

Example

(std-force-path "d:/acad" "e:\\lisp\test.lsp")  => "d:\\acad\\test.lsp"

Arguments

path: a string. A partial or fully qualified filename specifier.

fname: a string. A partial or fully qualified filename specifier.

Return Value

A string.

Side Effects

See std-fpslash.

Module

(std-require 'STDFILE)

Defined in STDFILE