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