mapped-drive
FileSystemWatcher on mapped network drive
Are there any special considerations (other than permissions) that you should take into account when implementing a FSW to monitor a mapped network drive.Will the FSW throw an exception i开发者_运维百[详细]
2023-03-20 17:42 分类:问答Visual Studio 2010 Pro - Run as Administrator no network drives
When i run VS 2010 as Administrator then VS can\'t find my mapped network drive where my sourcecode is located.[详细]
2023-03-20 11:43 分类:问答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 分类:问答How to find out the name of the common documents folder on a network machine
Given that I am executing an EXE file (D2006 app) on a machine across the network, how can I get the pathname to the commondocs folder on that machine, given that the EXE might have been invoked from[详细]
2023-03-07 16:44 分类:问答How to map a Folder to a Table in SQL Server 2008?
I am using SQL Server 2008. I have a table (TBL_FILE) that stores user uploaded files in binary column. However users do not want to open our system to access the file. They want to have a folder (ne[详细]
2023-02-26 06:54 分类:问答VB6: how to reconnect disconnected mapped drives programmatically
My VB6 prog开发者_如何学Cram relies on data being on a network share.Win XP on a wireless network often cannot reconnect mapped drives at startup so they are in a disconnected state.The only way to re[详细]
2023-02-17 22:56 分类:问答How to exclude mapped network drives from QFileSystemModel in QT?
I\'m using a custom subclass QFileSystemModel in a treeview to allow users to select folders using checkboxes. My problem is that Mapped network drives are listed as hard drives, but I cannot operate[详细]
2023-01-31 09:59 分类:问答Can I programmatically find out if a drive is in use?
Is there any way of programmatically finding out if a mapped drive is currently in use? If I try to unmount the drive with net use, and the drive is being used, it will tell me that the drive is in us[详细]
2023-01-01 16:47 分类:问答Service not able to access a mapped drive
I have read in many forums that mapped drives are not accessible from a service as no user is logged on.[详细]
2022-12-28 20:57 分类:问答VS2008 trying to create a new project from pre-existing C++ code on a mapped network drive
I have a bunch of source code checked out from a SVN repository, now living in a folder on a mapped network drive which happens to be a linux machine. We\'re using this as a build environment as it cu[详细]
2022-12-12 05:27 分类:问答