D
David
I'm developing a windowsforms application on an XP box,
but some of my users will be running windows 2000. I've
heard from the windows 2000 users that they get the
error, "Could not find a part of the path " [and my
path], when I try to create a directory and then copy the
directory.
I'm using Directory.CreateDirectory to create the
directory I want. It works fine on XP boxes, but the
directory does not get created on 2000 boxes. I've seen
similar problems with File.Delete.
Is there some issue with system.io, that it doesn't work
on 2000 boxes? For applications that have to run on both
2000 and XP, what library should I use for file and
directory manipulation?
Thanks
David
but some of my users will be running windows 2000. I've
heard from the windows 2000 users that they get the
error, "Could not find a part of the path " [and my
path], when I try to create a directory and then copy the
directory.
I'm using Directory.CreateDirectory to create the
directory I want. It works fine on XP boxes, but the
directory does not get created on 2000 boxes. I've seen
similar problems with File.Delete.
Is there some issue with system.io, that it doesn't work
on 2000 boxes? For applications that have to run on both
2000 and XP, what library should I use for file and
directory manipulation?
Thanks
David