system.io doesn't work on windows 2000 boxes?

  • Thread starter Thread starter David
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top