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.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public Shell32Info(
string fileName
)
Public Sub New (
fileName As String
)
public:
Shell32Info(
String^ fileName
)
new :
fileName : string -> Shell32Info
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