IOHelperGetFullPath Method
Returns the absolute path for the specified path string.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static string GetFullPath(
string path
)
- path String
- The file or directory for which to obtain absolute path information.
StringThe fully qualified location of path, such as "C:\MyFile.txt".