Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking Server Time
Message
From
30/08/2005 12:43:34
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01045173
Message ID:
01045208
Views:
27
>>That sounds like a nice, easy way (I wasn't aware that creating a file on the server would give it the server's date/time).
>>
>>Of course, my next question is how to find the date/time of a file's creation. I've had a search under vfp, but don't see a straightforward command to do this.
>>What's the best way to do it?
>>
>> -Kevin.
>
>
 ADIR(your_array,'path_to_server_and_shared_folder\create_file_name')
>*** your_array[1,1] = File name (C)
>*** your_array[1,2] = File size (N)
>*** your_array[1,3] = Dates last modified (D) ---> test this
>*** your_array[1,4] = Times last modified (C) ---> test this
>*** your_array[1,5] = File attributes (C)
Excellent. Thanks Vladimir. :)

-Kevin.
Previous
Reply
Map
View

Click here to load this message in the networking platform