I am trying to create a directory to a folder in a Novell directory map
and it throws an error.
Directory.Creat eDirectory(@"\\ Karibe\karibe\d ev\test");
C# Error Message
DefaultDomain': Loaded
'c:\winnt\micro soft.net\framew ork\v1.1.4322\m scorlib.dll', No symbols
loaded.
'foldertest': Loaded 'C:\Documents and Settings\GENE\M y
Documents\Sharp Develop Projects\folder test\bin\Debug\ foldertest.exe' ,
Symbols loaded.
An unhandled exception of type 'System.IO.Dire ctoryNotFoundEx ception'
occurred in mscorlib.dll
Additional information: Could not find a part of the path "\\Karibe\karib e".
Are there any known bugs using UNC paths in C# ?