mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 21:51:48 +00:00
1a931b0256
and prepare for file menu more and fix that you can't go left right when going up down
8 lines
No EOL
220 B
C
8 lines
No EOL
220 B
C
#pragma once
|
|
#include <utils/types.h>
|
|
#include "fstypes.h"
|
|
|
|
u64 GetFileSize(char *path);
|
|
char *EscapeFolder(char *current);
|
|
char *CombinePaths(const char *current, const char *add);
|
|
char *GetFileAttribs(FSEntry_t entry); |