Skip to main content

Verifying a directory exists...

No replies
tdanecito
Offline
Joined: 2005-10-10
Points: 0

Hi All,

What api call when using Java Web Start would I use to get the url for the path to a directory? Seems if I use classname.class.getResource(path) I get null. If I add a valid filename to the path I get a valid url. The reason for using the getResource for a path is to get a base url for that directory.

Thanks,

-Tony