Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows explorer index
Message
 
 
À
02/03/2009 11:55:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01384949
Message ID:
01385030
Vues:
26
In some files you can see the Owner of the file (Word documents, for example). Did you get this info using the reference we gave you the other day?

>I have been following your thread and even though this may not be the speed demon your are looking for, it may help with these other questions.
>
>Check out Query Tool.
>
>To get a list of files from a specific folder and child folders for modified date in descending order, you execute:
>
>lnCount = Query([SELECT * FROM FILE "\LifeCycle\*.*" RECUR WHERE modified >= {^2009/01/01} ORDER BY Modified DESC INTO CURSOR qtemp])
>
>
>(the Recur clause tell the driver to recurs the folder starting at \LifeCycle).
>
>As for the Users name, I am sure it could easily be added to the driver. By the way, where do you get the user name information? I have look at a few examples, but have not yet implemented any of them.
>
>>?
>>Few options:
>> show me last fies that used (order by date modified).
>> show me last fies that I used (order by date modified+username).
>> show me fies with name 'kuku*' (move me to record by auto incr index search)
>>...
>>
>>
>>>I doubt you can see much in the grid with 7500 records.
>>>
>>>>Windows explorer show me the name\size\date modify etc only for specific folder
>>>> I cannot see all the files in specific folder (with also the sub fo;der) wich modified today and/or by specific user (only if I run windows search).
>>>>
>>>>>Why not use GETFILE()?
>>>>>
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform