Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deletion of file
Message
De
05/11/1999 10:10:59
 
 
À
05/11/1999 03:48:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00287354
Message ID:
00287502
Vues:
22
>the Microsoft site says under windows 95 & winNT 4.0
> if the following command is issued files go to the Recycle Bin.But this does not happen in NT 4.0 ,don't know about WIN 95.
> Delete file Recycle
> Pl suggest a way in which files are not deleted permanently but sent to the Recycle bin.Thank you
>

I just tested this under WinNT 4.0 with SP5 installed and Win98se, and it worked fine when working from any folder on a local disk volume:

CREATE TABLE DUMMY (dummy c(5))
USE
FLUSH
DELETE FILE DUMMY.DBF RECYCLE

DUMMY.DBF appears in the Recycle Bin, and can be restored.

Are you accessing a file on a network directory? If so, you don't have access to the remote system's Recycle Bin. In fact, there may not be a close equivalent of the Recycle Bin available depending on the NOS.

What version of VFP are you running? The RECYCLE keyword is a relatively recent addition to VFP; if you're using VFP3 or VFP5. it was not supported then.

If you're running VFP6, what, if any, VS Service Packs were installed?

What version of NT 4.0 are you running, with which NT Service Pack?
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform