InvestorsHub Logo
Post# of 33360
Next 10
Followers 4
Posts 1369
Boards Moderated 0
Alias Born 08/12/2001

Re: gottfried post# 15341

Thursday, 03/08/2007 9:48:47 PM

Thursday, March 08, 2007 9:48:47 PM

Post# of 33360
Thanks. I tried it, but had no luck.

While I was at the Mr. Softee bug shop, I used the search function on a part of the error message and got ...

1-10 of 3,881 containing "refers to a location that is unavailable"

So, I think it's something about NTFS ...

I also tried plain old brute force ...

public static void Main()
{
string path = @"C:\Documents and Settings\Rich\My Documents\My Music\The Moody Blues\A Night at Red Rocks with the Colorado..";
try
{
Directory.Delete(path);
}
catch (Exception)
{
Console.WriteLine("The Delete operation failed as expected.");
}
finally { }
}

And, got this for the exception ...

- $exception {"Could not find a part of the path 'C:\\Documents and Settings\\Rich\\My Documents\\My Music\\The Moody Blues\\A Night at Red Rocks with the Colorado'."} System.Exception {System.IO.DirectoryNotFoundException}

Is odd ...

Anyhow, keep them cards and letters coming in !!

TIA,

rr

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.