Click or drag to resize

Win32FindData Properties

The Win32FindData type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes for the current file or directory.
Public propertyCreationTime
Gets the creation time of the current file or directory.
Public propertyCreationTimeUtc
Gets the creation time, in coordinated universal time (UTC), of the current file or directory.
Public propertyExtension
Gets the string representing the extension part of the file.
Public propertyFullName
Gets the full path of the directory or file.
Public propertyIsDirectory
Gets a value that determines if this instance represents a file or a directory
Public propertyLastAccessTime
Gets the time that the current file or directory was last accessed.
Public propertyLastAccessTimeUtc
Gets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
Public propertyLastWriteTime
Gets the time when the current file or directory was last written to.
Public propertyLastWriteTimeUtc
Gets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Public propertyLength
Gets the size, in bytes, of the current file.
Top
See Also