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.3.286
Syntax
C#
public 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

String
An absolute path or a path rooted to the current drive
See Also