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