Click or drag to resize

Shell32Info Constructor (String)

Initializes a Shell32Info instance.
Remarks
Shell32 is limited to MAX_PATH length.
Remarks
This constructor does not check if a file exists. This constructor is a placeholder for a string that is used to access the file in subsequent operations.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public Shell32Info(
	string fileName
)

Parameters

fileName
Type: SystemString
The fully qualified name of the new file, or the relative file name. Do not end the path with the directory separator character.
See Also