PCL
|
File information structure used by File::Find More...
#include <File.h>
Public Member Functions | |
bool | IsArchive () const |
bool | IsCompressed () const |
bool | IsDirectory () const |
bool | IsEmpty () const |
bool | IsEncrypted () const |
bool | IsHidden () const |
bool | IsReadOnly () const |
bool | IsSystem () const |
bool | IsTemporary () const |
Public Attributes | |
FileAttributes | attributes |
Item attributes. | |
FileTime | created |
Creation time. | |
int | groupId |
Group id of the file owner. | |
FileTime | lastAccessed |
Time of last access. | |
FileTime | lastModified |
Time of last change. | |
String | name |
File or directory name, including the file name extension. | |
int | numberOfLinks |
Number of existing hard links to this file. | |
fsize_type | size |
File size in bytes. | |
int | userId |
User id of the file owner. | |
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::Archive attribute set.
Definition at line 215 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::Compressed attribute set.
Definition at line 224 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
Returns true iff this FindFileInfo structure corresponds to a directory.
Definition at line 206 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::Encrypted attribute set.
Definition at line 233 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::Hidden attribute set.
Definition at line 242 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::ReadOnly attribute set.
Definition at line 251 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::System attribute set.
Definition at line 260 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().
|
inline |
Returns true iff this FindFileInfo structure corresponds to a file with the FileAttribute::Temporary attribute set.
Definition at line 269 of file File.h.
References attributes, and pcl::Flags< E >::IsFlagSet().