mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-23 04:12:04 +00:00
10 lines
348 B
C
10 lines
348 B
C
|
#pragma once
|
||
|
#include "../common/types.h"
|
||
|
#include "../../utils/types.h"
|
||
|
|
||
|
char *fsutil_getnextloc(const char *current, const char *add);
|
||
|
char *fsutil_getprevloc(char *current);
|
||
|
int fsutil_getfileobjamount(menu_entry *entries);
|
||
|
bool fsutil_checkfile(char* path);
|
||
|
u64 fsutil_getfilesize(char *path);
|
||
|
int fsutil_getfolderentryamount(const char *path);
|