mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
513bd804b1
- also fatfs is stupid - also close files properly on a failed copy - also check for errors during folder readouts - also make sure holding vol- doesn't dump the keys anyway
9 lines
No EOL
255 B
C
9 lines
No EOL
255 B
C
#pragma once
|
|
#include <utils/types.h>
|
|
#include "fstypes.h"
|
|
|
|
u64 GetFileSize(char *path);
|
|
char *EscapeFolder(const char *current);
|
|
char *CombinePaths(const char *current, const char *add);
|
|
char *GetFileAttribs(FSEntry_t entry);
|
|
bool FileExists(char* path); |