mfsHChDir

Format

s32 mfsHChDir(const u8* path)

Arguments

*path Directory name

Return value

Error

Function

Changes current directory

Description

This function sets the current directory to the directory specified by path. The value specified by path must be an existing directory. Although a drive name can be included in the directory name, the drive cannot be changed.

Main errors

MFS_ERR_NO Normal termination
MFS_ERR_NOTFOUND Directory not found