nn::fs::Directory::SetPriority Member Function
void SetPriority(
s32 priority
);
| Name | Description | |
|---|---|---|
| in | priority | Process priority (specify nn::fs::PRIORITY_APP_REALTIME, nn::fs::PRIORITY_APP_NORMAL, or nn::fs::PRIORITY_APP_LOW). |
Sets the priority of a directory.
This function sets the process priority of operations on a stream.
CONFIDENTIAL