FileSystemEntrySetBasicInformationByPath Method |
Name | Description | |
---|---|---|
SetBasicInformationByPath(String, FileSystemBasicInfo, Boolean) |
Sets basic information of an entry using its path.
If a DateTime parameter is set to DateTime.MinValue, the corresponding entry value will not be changed.
DateTime parameters kind must be either Utc or Local, but not Unspecified.
If the attributes parameter is set to 0, the corresponding entry value will not be changed. Note that some attributes (such as ReadOnly) should be changed using the SetAttributes method.
| |
SetBasicInformationByPath(String, DateTime, DateTime, DateTime, DateTime, FileAttributes, Boolean) |
Sets basic information of an entry using its path.
If a DateTime parameter is set to DateTime.MinValue, the corresponding entry value will not be changed.
DateTime parameters kind must be either Utc or Local, but not Unspecified.
If the attributes parameter is set to 0, the corresponding entry value will not be changed. Note that some attributes (such as ReadOnly) should be changed using the SetAttributes method.
|