mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 21:51:48 +00:00
5898c861ec
Also implement the current folder menu
9 lines
No EOL
267 B
C
9 lines
No EOL
267 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(char* path); |