C# – Verify if it’s a network path Hello, An easy way to determine if the path is a network path: [DllImport("shlwapi.dll")] public static extern bool PathIsNetworkPath(string pszPath); Yes, that’s all… Bye bye Related posts: C# – Determine the available space on a network drive C# – Set the Wallpaper by code C# – Check Write Access To Folder C# – Simple email validation regex