SbFileHelperFileAccess Enumeration |
File access mode enum.
Namespace: OIV.Inventor.Helpers
Member name | Value | Description | |
---|---|---|---|
EXISTENCE | 0 | Check file for existence only. | |
WRITE | 2 | Check file for Write access only. | |
READ | 4 | Check file for Read access only. | |
READ_WRITE | 6 | Check file for Read and Write access. | |
EXECUTE | 0 | Check file for Execution access. |