Bfile DeleteEntry
From WikiPrizm
Jump to navigationJump to search
Contents
Synopsis
Header: fxcg/file.h
Syscall index: 0x1DB4
Function signature: int Bfile_DeleteEntry(const unsigned short *filename)
Deletes a file or folder in storage memory.
Parameters
- filename - A 16 bit character array, most likely generated by Bfile_StrToName_ncpy.
Returns
0 on success, or a negative error code on failure.
Comments
Using Bfile functions while user timers are installed can cause SYSTEM ERRORs and other undefined behavior, especially with functions that change data on the file system. Make sure to stop and uninstall all timers before using Bfile functions (and optionally restore them later). See Incompatibility between Bfile Syscalls and Timers for more information.