[Untested] implement some more fs functions

This commit is contained in:
suchmememanyskill
2021-07-25 17:49:00 +02:00
parent e423a612ce
commit db3ba94b5a
4 changed files with 79 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ dump={
if(ncatype(fp)==1){name=name- 4+".cnmt.nca"}
color(0x00FF00)
print("\r["+i.str()+"/"+c+"]", x)
if(filecopy(fp,bsp+"/"+name)){println("\nErr during copy")pe()}
if(copyfile(fp,bsp+"/"+name)){println("\nErr during copy")pe()}
i=i+1
}
}