Click or drag to resize

IUtilitiesConvertToLocalPath Method

Convert a path to a local path, replacing known [folder] folders given the current settings for the local computer i.e make the path an absolut path. If there is no need for conversion the same path will be returned.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
string ConvertToLocalPath(
	string path
)

Parameters

path  String
path to convert

Return Value

String
See Also