Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Path to home directory java

String home = System.getProperty("user.home");
File file = new File(home+"/Downloads/" + fileName + ".txt");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Path #home #directory #java
ADD COMMENT
Topic
Name
3+3 =