Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HD_Serial x Volume_label
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00551618
Message ID:
00554029
Views:
13
>Sergey's answered your questions with API ways, but the volume label can also be retrieved using the ADIR() function by passing 'V' as one of the attributes.

Can you give an example using this ?
I haven't found any documentation about V attribute.

I also tried those but no volume serial was returned.
? ADIR(v,'c:','DV')
DISPLAY MEMORY LIKE v
? ADIR(v,'c:\','DV')
DISPLAY MEMORY LIKE v
? ADIR(v,'c:\*.*','DV')
DISPLAY MEMORY LIKE v
? ADIR(v,'c:\*.*','V')
DISPLAY MEMORY LIKE v
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform