This function combines 2 file paths
FsPathCombine([First Path],[Second Path])
Where:
First Path is the first path to combine
Second Path is the second path to combine (must be a relative path)
Rule | Meaning |
---|---|
FsPathCombine("C:\DriveWorks\","Child Folder") | This will return the value C:\DriveWorks\Child Folder |