Futurebasic/Language/Reference/usr sendfiletotrash

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

USR SENDFILETOTRASH

Revised[edit | edit source]

February, 2002 (Release 6)

Description[edit | edit source]

Rather than deleting a file, it is often desirable to move it to the trash. In this way, your user has a chance to retrieve it from the trash if he changes his mind. Note: You will not be able to use this function unless you include the proper header file as follows: INCLUDE "Util_Files.incl"

See Also[edit | edit source]

SYSTEM function; USR MOVEFILE; RENAME, USR FSSENDFILETOTRASH