Futurebasic/Language/Reference/usr fssendfiletotrash

USR FSSENDFILETOTRASH(FSSpec)

Revised February, 2002 (Release 6)

Description - 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. This particular version of the function requires a file spec record for operation.

See Appendix H for information on file spec records.

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 SYSTEM function; USR MOVEFILE; RENAME;

Appendix H:File Spec Records