mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
9 lines
No EOL
273 B
C
9 lines
No EOL
273 B
C
#pragma once
|
|
#include <utils/types.h>
|
|
#include "fstypes.h"
|
|
|
|
FSEntry_t GetFileInfo(const char *path);
|
|
char *EscapeFolder(const char *current);
|
|
char *CombinePaths(const char *current, const char *add);
|
|
char *GetFileAttribs(FSEntry_t entry);
|
|
bool FileExists(const char* path); |