Top "Unc" questions

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

C#: How to logon to a share when using DirectoryInfo

If I want to instantiate a DirectoryInfo object with an UNC path DirectoryInfo myDI = new DirectoryInfo (@"\\server\share"); how can …

c# unc directoryinfo
Mapped Network Drives

I have mapped a network drive to a computer in my home network. Now I am trying to access it …

php filesystems unc shared-directory mapped-drive
Check if server path is available as file share in C#

I want to quickly check if a file share is available in C#, but without knowing anything about the directories …

c# .net share exists unc
VB.NET code to Convert shared local path to UNC path

We have windows 2003 server Pc named pc2 in which local drives are shared with different names. For example local drive …

vb.net unc shared-directory
Get UNC path from a local path or mapped path

In Delphi there is a function ExpandUNCFileName that takes in a filename and converts it into the UNC equivalent. It …

c# unc
Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object

I'm having this error when trying to attach package tidyselect and when trying to call tidyselect::any_function. The error …

r dll unc tidyselect
Select-string escape character

I'm trying to search directory c:\bats\ for batch files containing the unc path \\server\public Command: Get-ChildItem -path c:\…

powershell escaping character unc select-string
How do I convert a path with a drive letter to a UNC path

How do I convert a path with a drive letter like W:\Path\Share to the equivalent unc path like \\…

.net path unc
Give FullTrust to UNC share for Visual Studio 2012 and .Net 4.0

Everytime I try to open a solution that is located on a UNC share I get this dialog: I've tried …

.net visual-studio .net-4.0 visual-studio-2012 unc
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, …

delphi windows-7 delphi-2007 unc network-drive