1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-17 05:55:36 +00:00
TegraExplorer/source/fs/fsutils.h

9 lines
273 B
C
Raw Normal View History

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