Click or drag to resize

FileSystemEntrySetBasicInformationByPath Method

Overload List
  NameDescription
Public methodStatic memberSetBasicInformationByPath(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.
Public methodStatic memberSetBasicInformationByPath(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.
Top
See Also