FileMakePath
Creates a file path string from individual components.
Syntax
FileMakePath(sDrive, sDir, sFile, sExt)
sDrive:
The disk drive.
sDir:
The directory string.
sFile:
The file name (without the extension).
sExt:
The file extension.
Return Value
The full path as a string.
Related Functions
FileSeek, FileFind, FileSplitPath
Example
See FileFind
See Also