FileMetadata 1.0 control documentation

Initializes a new instance of the FileMetadata class.

[Visual�Basic]
Public�Sub�New( _
���ByVal pathToFileOrFolder�As�String�_
)
[C#]
public�FileMetadata(
���stringpathToFileOrFolder
);

Parameters

pathToFileOrFolder
Path to file or folder of which to read metadata.

Remarks

Initializes collection that stores all metadata for the specified file or folder. File or folder specified by pathToFileOrFolder should be at NTFS drive. NTFS permissions should allow application to Read/Write file.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace