Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recycle bin perl script

Status
Not open for further replies.

McBugzz

Programmer
Sep 17, 2002
90
0
0
JP
I need to add some basic recycle bin functionality to bash. All that's required is a command that would move a file to a special directory (recycle bin), and another command to restore the file. This has to be a perl script.

Anybody knows where to find one?
 
File::Copy would seem to be the module of choice for this one. Is this for one user or a number of users on the same machine?
--Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top