simetrix.FileForensic¶
- class simetrix.FileForensic(*values)¶
Bases:
EnumCode indication reason for file open failure.
Attributes
No error.
Directory where file is to reside does not exist.
Directory is read only.
File has read-only attribute.
File is locked by another process or user does not have required privilege to access.
Unknown error.
- DIRNOTEXIST = 1¶
Directory where file is to reside does not exist.
- DIRPRIV = 2¶
Directory is read only.
- NOERROR = 0¶
No error.
- READONLY = 3¶
File has read-only attribute.
- UNKNOWN = 5¶
Unknown error.
- WRITELOCKED = 4¶
File is locked by another process or user does not have required privilege to access.