Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot used DriveInfo() on UNC drive
Message
From
02/11/2006 15:09:31
 
 
To
02/11/2006 15:03:49
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01166071
Message ID:
01166742
Views:
14
>>I know hardly anything about the Windows API. But, my understanding is that Windows Explorer is actually the default shell for Windows, and that DriveInfo()-type functions use lower-level calls into the filesystem. So the difference might be something like
>>
>>- Explorer uses "Shell API" calls
>>- DriveInfo() uses "Filesystem API" calls
>>
>>if that makes any sense.
>
>Some says that a way to do it would be to develop and install a client on the remote box, which would serve as making that information available to the Windows box. But, in our case, this would not apply.

I think the key is that the info you need is visible in Windows Explorer. So, you just have to employ the same calls it uses to get that information. It seems unnecessary to develop a Linux process to run on the TeraStation. Besides which, you generally don't want to make mods to a purpose-built device like that unless you have to.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform