Re: How do I know whether a given directory exists?
Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, March 4, 2002 07:32 AM
Sarah,
You can also use the method isDirectory(), that is probably more appropriate in your case.
Re: How do I know whether a given directory exists?
Posted By:
Simon_Ablett
Posted On:
Monday, March 4, 2002 07:28 AM
No offence (I wouldn't want to discourage people from asking questions)but if you know of the existence of the 'exists()' method might it not have been quicker and easier for you to simply right a quick test program to check if it worked? After all, the best way to learn a language is through use!! :-)
Regards.