Click or drag to resize

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
C#
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: String
An absolute path or a path rooted to the current drive
See Also