network-drive Questions

8

Solved

The user has appropriate permissions to read the share, and the share maps properly. This issue seems to happen only in PowerShell v2.0. If I remove all mapped drives, remap one drive, and run Tes...
Kaki asked 14/3, 2014 at 2:14

3

Solved

I am trying to create a script where I will be searching the file servers for non inherited permissions. I have run into the 260 character limit for file names as a result. A suggestion I saw, that...
Chiton asked 15/1, 2016 at 13:38

1

Consider the following simple Haskell program, which reads a file as a bytestring and writes the file tmp.tmp from this bytestring: module Main where import System.Environment import qualified Da...
Oceania asked 17/6, 2017 at 18:47

4

Solved

I have a network shared drive ("\serveur\folder") on which I would like to copy file. I can write on the drive with a specific user ("user"/"pass"). How can I access the shared drived with write pr...
Dissection asked 16/9, 2009 at 10:41

5

I am using python to populate a table with the file pathways of a number of stored files. However the pathway needs to have the full network drive computer name not just the drive letter, ie //Com...
Allin asked 14/1, 2016 at 22:54

2

Solved

I have a Windows 7 virtual machine in VMWare that I'm using to develop ASP.NET MVC 5 Web applications with the default IIS Express server. I like to keep my projects saved on an external hard drive...

15

Solved

We just did a move from storing all files locally to storing them on a network drive. The problem is that is where my Visual Studio projects are also stored now (no versioning system yet, working o...
Kriegspiel asked 1/10, 2008 at 20:46

7

Solved

I need to map a network drive with a batch file, but don't want to specify the drive letter. The batch file is used as part of a deployment process; I call the batch file from CruiseControl.Net, t...
Padron asked 15/9, 2010 at 9:40

6

Solved

I want to programmatically find out if my application is running from a network drive. What is the simplest way of doing that? It should support both UNC paths (\\127.0.0.1\d$) and mapped network d...
Unquote asked 26/12, 2011 at 7:6

1

Solved

I would like to add user friendly file locking to a software running under Windows (Windows 7 mostly), written in C#. I already achieved the file locking part, by keeping the files in use "open" in...
Cata asked 19/11, 2015 at 13:48

2

I have a network drive (for instance, G: on Server A). And I am trying to map an additional network drive (H:) to a new server (Server B). I tried the net use command, giving to rise to error 1219 ...
Reprehension asked 8/11, 2010 at 6:18

1

Solved

I want to access shared folders in the network using the local drive letter. (Eg. \\shared_drive\folder as Z:) I am able to use the "Map Drive" option from "My Computer" window to do this. But...
Manheim asked 30/9, 2014 at 8:51

1

Solved

I'm having trouble making commits to/updating from the SVN repository I set up the other day on my network drive (one of these) at home. I'm referring to the repository using the url: file://myne...
Budding asked 9/3, 2013 at 13:23

5

I have made a little app that's running on a Win7-PC. All it does, is to check the content of a network drive at 1:00 O'clock in the morning (and compare it to a folder on its local hard drive), an...
Ruzich asked 6/7, 2012 at 4:51

5

Solved

I have a desktop Windows application that is installed in small office environments. The application uses an .MDB database file as its database which is stored on a network drive. Configuration f...
Petta asked 16/1, 2012 at 5:12

2

Solved

I've been tasked with writing a simple command line utility in C# that will monitor a directory on a server that several users will be accessing to copy/cut/paste/view data. I used FileSystemWatche...
Heer asked 6/12, 2011 at 20:56

1

Solved

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 hav...
Meilen asked 6/10, 2011 at 12:0

1

Solved

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 (if not fails), so I need to crea...
Monopode asked 9/7, 2011 at 2:15

2

Solved

This is kinda weird problem we came across with my friend. We located our site at network drive and tried to open it from there. All other browsers render this page just fine but IE (btw. why it's ...
Izy asked 11/2, 2011 at 8:27

1

Solved

I often see files named 'blabla.exe:Zone.Identifier' when monitoring I/O with Process Monitor. The files are seen on network-drives. What are Zone.Identifier files? What does the colon m...
Thayer asked 21/12, 2010 at 6:11

1

Solved

Is there a way to check whether a drive letter stands for a shared drive/network drive or a local disc in python? I guess there is some windows api function that gives me that info, but I can't fin...
Ruhr asked 30/4, 2010 at 10:5

2

Solved

Background: I have an application that has to read from files on a network drive (Z:) This works great in my office domain, however it does not work on site (in a different domain). As far as I ca...
Linnell asked 23/3, 2010 at 15:40

3

Solved

My software handles multiple operations on files, and I have now finished writing the related functions, using the System.IO classes. I now need to add support for network drives. Using a mapping ...
Include asked 28/2, 2010 at 18:55
1

© 2022 - 2024 — McMap. All rights reserved.