network-drive
Why doesn't my program recognize mapped UNC paths?
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).[详细]
2023-04-11 08:18 分类:问答What does "R"c mean when mapping a network drive using this function
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[详细]
2023-04-07 15:49 分类:问答Mapping FTP and SFTP as Network Drive in Windows programmatically (Network redirector)
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.[详细]
2023-04-06 07:00 分类:问答Rename a mapped drive with shell API
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[详细]
2023-03-28 05:37 分类:问答VBScript mysterium - Why isn't network drives connected at logon?
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[详细]
2023-03-28 05:11 分类:问答How to build projects from network shares with Visual Studio 2010?
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.[详细]
2023-03-23 05:28 分类:问答How I can create and remove a network drive from Inno Setup?
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[详细]
2023-03-18 04:57 分类:问答automatic Samba share script
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[详细]
2023-03-16 10:24 分类:问答Listing mapped network directories in VB.NET
How do I get all of the mapped network drives (shared ones) like the ones that a person would see in Windows Explorer?[详细]
2023-03-14 04:11 分类:问答Mapping a Network Drive with Delphi WITHOUT WNetAddConnection2
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[详细]
2023-03-13 15:22 分类:问答