When creating a file in Java using Netbeans.
I have a file "C:\myXml.xml"
However due to the nature of a library I am using the xml needs to be placed in "\data\myXml.xml" when using Netbeans.
Where would this file path relate to?
When creating a file in Java using Netbeans.
I have a file "C:\myXml.xml"
However due to the nature of a library I am using the xml needs to be placed in "\data\myXml.xml" when using Netbeans.
Where would this file path relate to?
If I understood your question correct, you are asking where your file will be on the file system absolute path.. correct? It will be in the project folder root/data/myXml.xml