STLcardsWS
Administrator
-
LaunchELF v4.43a (2017-05-31)
- (PS2SDK) standardized behaviour of rename() functionality for the mass storage driver.
- Fixed renaming of files in sub-directories on the mass device.
- Fixed copying of files to the VMC device.
Regarding the rename functionality, I changed it to fit the documentation for the standard C rename function:
- A file cannot be renamed to an existing file.
- A file cannot be renamed into a directory.
- A directory cannot be renamed into a file.
- A directory can be renamed into a directory, if the destination is an empty directory.
Download: via SendSpace
Source: psx-place.com