how to get the directory name for a particular file on the drive in java? for example i have a test.java under a test directory on my D drive.how do i find the directory name for this test.java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Remember, |
|||
|
|
|
There is no single way to do this, however you can use the Classloader, ProtectionDomain, and CodeSource to get close.
If it's in a jar, you'll have to parse the URL edit: fixed a couple typos |
|||||
|