DirectoryInfo(Uri, FileAttributes, DateTime, DateTime) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DirectoryInfo class.
public:
DirectoryInfo(Uri ^ uri, System::IO::FileAttributes attributes, DateTime creationTime, DateTime lastWriteTime);
public DirectoryInfo (Uri uri, System.IO.FileAttributes attributes, DateTime creationTime, DateTime lastWriteTime);
new Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryInfo : Uri * System.IO.FileAttributes * DateTime * DateTime -> Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryInfo
Public Sub New (uri As Uri, attributes As FileAttributes, creationTime As DateTime, lastWriteTime As DateTime)
Parameters
- uri
- Uri
The URI of the file.
- attributes
- FileAttributes
The attributes of file.
- creationTime
- DateTime
The creation time of the file.
- lastWriteTime
- DateTime
The last write time of the file.