Click or drag to resize

PathGetLongFrom83ShortPathTransacted Method

[AlphaFS] Converts the specified existing path to its regular long form.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static string GetLongFrom83ShortPathTransacted(
	KernelTransaction transaction,
	string path
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
An existing path to a folder or file.

Return Value

Type: String
The regular full path.
Exceptions
See Also