home *** CD-ROM | disk | FTP | other *** search
- AmigaNCP-FileServer 1.6
- -----------------------
- - reversed "HideIcons" to be "ShowIcons", hiding .info and .backdrop
- being the new default setting.
-
- AmigaNCP-FileServer 1.7
- -----------------------
- - fixed to a misunderstanding on RF_OPEN with P_FCREATE / P_FREPLACE:
- The path of the file wasn't created if it didn't exists. This caused
- problems with Backup option of the S3a which relies on this behavior
- and doesn't makedir() it's file's path.
-
- ==========================================================================
-
- AmigaNCP-FileServer 1.5
- -----------------------
- - fixed a bug in the file name conversion where the extension was cutted
- at the first dot, not at the last. Both will fail, but this way
- you are protected against side effects like "delete Agenda.Agn.info"
- deleting "Agenda.agn" instead of simple failure.
- - fixed a bug in ACTION_DELETE where invalid file names (e.g. containing
- multiple extensions) to confusingly cause ERROR_DIRECTORY_NOT_EMPTY.
- Now returns ERROR_OBJECT_NOT_FOUND.
-