Top "Unc" questions

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

.Net DriveInfo() with UNC paths?

Good morning, is there a way to get a DriveInfo instance for UNC paths (e.g. "\fors343a.ww123.somedomain.…

.net unc driveinfo
html Image source from UNC path

I need to set an image source to a location on the network. The image is located at machineName\mappedPath\…

html unc imagesource
Visual Basic 6 and UNC Paths

I'm receiving feedback from a developer that "The only way visual basic (6) can deal with a UNC path is to …

vb6 unc
Create folder in a mapped network drive using Java

I'm trying to create a folder to a mapped network drive Z: using Java Unfortunately the file is not getting …

java java-io unc network-drive
Physical, Relative, Absolute and other paths

I have a task to write an object that can receive a different type of paths/urls, and return what …

c# .net path uri unc
How to retrieve the UNC path instead of mapped drive path from JFileChooser

Just wondering if there is a way to return back the UNC path from a file chosen with JFileChooser. The …

java jfilechooser unc
cygwin - file copy to UNC share

First, I know absolutely nothing about CYGWIN so bear with me... Our developers need to procure some text dumps from …

windows oracle cygwin ksh unc
Windows Service cannot access network location (UNC) Path

I have a windows service that polls a folder continuously for new files.For local directories this works fine.But …

c# .net networking unc topshelf
Split-Path with Root UNC Directory

So I've got a UNC path like so: \\server\folder I want to get just the path to server, eg \\…

string powershell path unc