Refers to removing a file from a filesystem.
This tag is appropriate for questions about deleting a file from a filesystem whether by using a language-specific function such as Perl or PHP's unlink
or by making a system call such as Unix's unlink
.
Wikipedia has more information about unlink
.