Top "Unc" questions

A UNC path unambiguously specifies the location of a volume, directory, file or other local or remote resource on Windows.

Firefox Links to local or network pages do not work

I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The …

firefox pdf asp-classic unc
python copy files to a network location on Windows without mapping a drive

I am running python in a non interactive session on windows and therefore I cannot map a network drive. Most …

python file networking copy unc
Running Get-ChildItem on UNC path works in Powershell but not in Powershell run in batch file

I am writing a batch file that executes a Powershell script that at one point loops items with UNC paths …

batch-file powershell cmd unc
How to (quickly) check if UNC Path is available

How can I check if a UNC Path is available? I have the problem that the check takes about half …

c# unc
How can I mount a windows drive in Java?

We are working with some legacy code that accesses a shared drive by the letter (f:\ for example). Using the …

java windows-services unc
What is the correct way to check if a path is an UNC path or a local path?

The easiest way to check if a path is an UNC path is of course to check if the first …

.net path unc
Method to determine if path string is local or remote machine

What's the best way, using C# or other .NET language, to determine if a file path string is on the …

c# .net uri unc
CMD does not support UNC paths as current directories

We have batch scripts that seem to run fine however I am editing one of them to include some new …

cmd path unc
Command to delete files in UNC path

Hi I tried below command to delete files in UNC path set folder="\\SERVERNAME\Publish" cd /d %folder% for /F "…

batch-file unc
How can I determine if a string is a local folder string or a network string?

How can I determine in c# if a string is a local folder string or a network string besides regular …

c# unc