The following tables list the members exposed by FindFile.FileFoundEventArgs.
Name | Description | |
---|---|---|
![]() | Attributes | Gets the file or folder attributes |
![]() | CancelEnumeration | Gets or sets the Cancel flag to abort the current enumeration |
![]() | CreationTimeUtc | Gets the file or folder CreationTime in Utc |
![]() | Extension | Returns the extenion or String.Empty |
![]() | FullPath | Gets the full path of the file or folder |
![]() | FullPathUnc | Returns the UNC path to the file or folder |
![]() | IsCompressed | Returns true if the file or folder is Compressed |
![]() | IsDirectory | Returns true if the file or folder is Directory |
![]() | IsEncrypted | Returns true if the file or folder is Encrypted |
![]() | IsHidden | Returns true if the file or folder is Hidden |
![]() | IsOffline | Returns true if the file or folder is Offline |
![]() | IsReadOnly | Returns true if the file or folder is ReadOnly |
![]() | IsReparsePoint | Returns true if the file or folder is ReparsePoint |
![]() | IsSystem | Returns true if the file or folder is System |
![]() | LastAccessTimeUtc | Gets the file or folder LastAccessTime in Utc |
![]() | LastWriteTimeUtc | Gets the file or folder LastWriteTime in Utc |
![]() | Length | Gets the length in bytes |
![]() | Name | Returns the file or folder name (with extension) |
![]() | ParentPath | Returns the parent folder's full path |
![]() | ParentPathUnc | Returns the UNC path to the parent folder |
Name | Description | |
---|---|---|
![]() | GetInfo | Captures the current state as a FindFile.Info structure. |
Reference
FindFile.FileFoundEventArgs ClassCSharpTest.Net.IO Namespace