PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Provides an interface for setting various properties of UDF file and directory items. More...
#include <PrimoBurnerAPI.h>
Public Member Functions | |
virtual int32_t | dirPermissions () const =0 |
Gets the directory access permissions. More... | |
virtual UdfExtentList * | extents () const =0 |
Gets the list of the UDF extents defined for the file. More... | |
virtual int32_t | filePermissions () const =0 |
Gets the file access permissions. More... | |
virtual void | setDirPermissions (int32_t permissions)=0 |
Sets the directory access permissions. More... | |
virtual void | setFilePermissions (int32_t permissions)=0 |
Sets the file access permissions. More... | |
Provides an interface for setting various properties of UDF file and directory items.
|
pure virtual |
Gets the directory access permissions.
The default permissions are set to UdfPermissions::ReadDir.
|
pure virtual |
Gets the list of the UDF extents defined for the file.
|
pure virtual |
Gets the file access permissions.
The default permissions are set to UdfPermissions::ReadFile.
|
pure virtual |
Sets the directory access permissions.
permissions | A bitmask of constants defined in the UdfPermissions enumeration. |
|
pure virtual |
Sets the file access permissions.
permissions | A bitmask of constants defined in the UdfPermissions enumeration. |