Copyright © tutorialspoint.com
Syntax
Definition and UsageDeletes the files specified by LIST, or the file specified by $_ otherwise. Be careful while using this function because there is no recovering once a file gets deleted. Return Value
ExampleCreate two files t1.txt and t2.txt in /tmp directory and then use the following program to delete these two files.
It will produce following results:
|
Copyright © tutorialspoint.com