I have a problem creating folders in a shared folder password, when creating the folder with methods in the the System.IO namespace.
Example:
CreateDirectory(@"\\host\shared_folder\new_folder");
This gives me an error:
Logon Failure: unknown user name or bad password.
As the host has username and password, can you tell me if it is possible to insert the username and password to create the folder using methods in this namespace?