Previous | Up | Next |
_deletepack
Delete a file. There are a few conditions :Parameters
- cache should not be activated
- file to delete should be in a writable partition
P _deletepack ( P _file_ )
Return value
_file_ file to delete
nil if success
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- ECACHE if the Cache is activated.
- EARG if the file name length is too large.
- ENOFOUND if the file has not been deleted (probably not found).
- EPLATFORM if the current platform is not supported.