I have a .cmd script I want to map a network drive based on the username of the person running it.So something like this
Is there a way to check whether a drive letter stands for a shared drive/network drive or a local disc in python? I guess there is some windows api function that gives me that info, but I can\'t find
Background: I have an application that has to read from files on a network drive (Z:) This works great in my office domain, however it does not work on site (in a different domain). As far as I can t
My software handles multiple operations on files, and I have now finished writing the related functions, using the System.IO classes.
My C# application (.NET 3.5 SP1) works very well w开发者_如何学运维hen if execeuted from local drive.