Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to see if file can be used exclusive w/o causing err
Message
De
15/08/2000 12:20:56
 
 
À
15/08/2000 12:11:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00405024
Message ID:
00405030
Vues:
20
Use FLOCK(). If it returns .f., then the file cannot be locked.

use myfile
if flock()
use myfile excl
else
&& whatever error coding you want
endif


>Hi,
>
>I need to test a file to see if it can be opened exclusively but, if not, I don't want the error handler to kick in. I'll test to see if the file is opened after the attempt.
>
>Any ideas?
>
>TIA
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform