Common File System : Managing files and directories : Deleting files

Deleting files
Delete unwanted files by sending the remove: message to the CfsFileDescriptor class, as in the following example:
CfsFileDescriptor remove: 'unwanted.fil'.