I have some problems writing to a mapped network drive (P:) in Windows 7 from my Delphi program. When I try, for example, ForceDirectories(\'P:\\test\\folder\'), I get an error (path not found).
I copied code to map a network drive from http://www.vbforums.com/showthread.php?t=616519 to map the drive and http://cjwdev.wordpress.com/2010/05/30/delete-开发者_开发知识库network-drive/ to delete t
I have been assigned an internal task that i need to write a Windows App in C# that, when user input their username and password, Windows magically map the FTP or SFTP folder as a network drive.
How can I change the friendly name of a mapped drive using the Windows shell API and C#?My actual problem is that I am dealing with a disconected network drive without a UNC path, so the only way to r
This is one of the strangest things I\'ve ever seen. I\'ve got this logon script that basically disconnects a set of Network drives and then reconnects them. Previously, all users had a batch file set
I have a virtu开发者_运维问答al machine with Windows 7 and Visual Studio 2010, and I want to be able to buildC++ projects from a network drive.
I\'m writing a Inno Setup script which need to execute a very old third party setup application, this old installer (called setup.exe) only works from a root folder (i开发者_如何学Cf not fails), so I
I have an Ubuntu 10.04 server running Samba. I want to write a script (for Linux or Windows computer) that, given the IP of this server and the path of the shared Samba folder, can automatically cre
How do I get all of the mapped network drives (shared ones) like the ones that a person would see in Windows Explorer?
Recently I built a GUI app that maps a network connection to a drive in Windows. Unfortunately it uses the WNetAddConnection2() call to accomplish this. It\'s unfortunate because the Windows API sucks