Initial Commit
This commit is contained in:
10
TegraExplorer/source/fs/fscopy.h
Normal file
10
TegraExplorer/source/fs/fscopy.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <utils/types.h>
|
||||
#include "../err.h"
|
||||
|
||||
#define COPY_MODE_CANCEL BIT(0)
|
||||
#define COPY_MODE_PRINT BIT(1)
|
||||
|
||||
ErrCode_t FileCopy(const char *locin, const char *locout, u8 options);
|
||||
ErrCode_t FolderDelete(const char *path);
|
||||
ErrCode_t FolderCopy(const char *locin, const char *locout);
|
||||
Reference in New Issue
Block a user