Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is A File Aready Open?
Message
 
 
À
13/10/2002 15:21:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00710752
Message ID:
00710755
Vues:
45
This message has been marked as the solution to the initial question of the thread.
Hi Gary,

You can try to open the file for Read/Write.
lnFH = FOPEN(lcRtfFile, 12)
IF lnFH > 0
  =FCLOSE(lnFH)
  * Ok to work with the file.
ELSE
  * The file is open somewhere else
ENDIF
>Hi:
>
>I write to an RTF file that could be open in Word on the same workstation.
>
>Is there any way of testing whether the file is actually open, as far as Windows is concerned? If I knew the file was currently open, I could prevent the "write to" operation from within VFP until the file is closed by whatever application has it open.
>
>Thanks!
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform