Void unlink(String fname)
Arguments
fname: The file name
Usage
Unlinks a file, throwing a FileError Exception on failure. If the last link to a file is removed, this file is deleted.
fname: The file nameUnlinks a file, throwing a FileError Exception on failure. If the last link to a file is removed, this file is deleted.