1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-09 21:51:48 +00:00
TegraExplorer/source/fs/fsutils.h

9 lines
255 B
C
Raw Normal View History

#pragma once
#include <utils/types.h>
#include "fstypes.h"
u64 GetFileSize(char *path);
2020-12-26 00:05:33 +00:00
char *EscapeFolder(const char *current);
char *CombinePaths(const char *current, const char *add);
char *GetFileAttribs(FSEntry_t entry);
bool FileExists(char* path);