Click or drag to resize

CnvShortPathName Method

Retrieve the Windows short path form of the specified path.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string ShortPathName(
	string pathName
)

Parameters

pathName  String
File path name.

Return Value

String
Windows short path name of file or the empty string if file does not exist.
Remarks
Windows platforms only. The file path must exist. The short path name is guaranteed to be ASCII.
See Also