randall2nd
Programmer
I need to be able to Identify if a given folder resides on a mapped network drive or the local machine.
I know in VB there is the "Scripting.FileSystemObject" that has a "Drive.DriveType" object that provides exactly what I am looking for. Is there an equivalent in C#?
Currently I am just checking if the drive letter is greater than "E". Obviously this is an incredibly flawed and bad way of doing this.
I am supposed to be using the .NET framework, but anything will be better than the way I am doing it now.
Please Help
Randall2nd
I know in VB there is the "Scripting.FileSystemObject" that has a "Drive.DriveType" object that provides exactly what I am looking for. Is there an equivalent in C#?
Currently I am just checking if the drive letter is greater than "E". Obviously this is an incredibly flawed and bad way of doing this.
I am supposed to be using the .NET framework, but anything will be better than the way I am doing it now.
Please Help
Randall2nd