nn::hio::CTR::HostFile::OpenDisp Enumerated Type#include <nn/hio.h> enum OpenDisp;
| Value | Description |
|---|---|
| OPEN_DISP_CREATE_NEW | Creates a new file. |
| OPEN_DISP_CREATE_ALWAYS | Always creates a new file. |
| OPEN_DISP_OPEN_EXISTING | Opens an existing file. |
| OPEN_DISP_OPEN_ALWAYS | Always opens a file. |
Group of constants indicating the behavior to use when a file is opened.
CONFIDENTIAL