Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why would FILE and SYS(2000) report missing?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01352313
Message ID:
01352332
Vues:
25
>>>>Hi everybody,
>>>>
>>>>I'm testing some file on the network drive using FILE function. The file is there, I checked in WE. Both File and SYS(2000) return this file as missing, though. The file name is all capital letters and have spaces in it. Testing only the first letter of the file in sys(2000) still doesn't bring the file.
>>>>
>>>>ADIR() also could not find this file. Very strange. May be I'm gallucinating? :) I see the file in WE in the correct location with my own eyes.
>>>>
>>>>What may be wrong?
>>>>
>>>>Thanks in advance.
>>>
>>>is the file Hidden? Try that flag with ADIR.
>>
>>I tried lnFiles = adir(aFiles,'my network Dir','H')
>>
>>It returns 77 files. In WE I click on properties and it set 83 files, one directory. Where are 6 files?
>
>
>What about:
>
>lnFiles = adir(aFiles,[my network Dir\*.*],[HS])
>? lnFiles
>
>And which file ADIR() didn't read?

HS - same thing.

Two that I'm mostly interested in and perhaps some others. Let me try the difference between drive and UTC path.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform