CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

RelativeFilePathsCalculator..::..GetAbsolutePathToFileInApplicationDataFolder Method

Gets the absolute path to file in application data folder.

Namespace:  CAS.Lib.CodeProtect
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public static FileInfo GetAbsolutePathToFileInApplicationDataFolder(
	string filePath
)
Public Shared Function GetAbsolutePathToFileInApplicationDataFolder ( _
	filePath As String _
) As FileInfo
public:
static FileInfo^ GetAbsolutePathToFileInApplicationDataFolder(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value