FormActMainMakeAbsolutePathString Method |
Make an absolute path from a relative path and its reference path
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic string MakeAbsolutePathString(
string FilePath,
string ReferenceFolderPath
)
Parameters
- FilePath String
- The relative or absolute path
- ReferenceFolderPath String
- The reference point for a relative path. If left blank, ACT's executable location will be used.
Return Value
StringAn absolute path or a path rooted to the current drive
See Also