Day2 of restructuring/rewriting
This commit is contained in:
10
source/tegraexplorer/fs/fsutils.h
Normal file
10
source/tegraexplorer/fs/fsutils.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user