|
@ -15,6 +15,7 @@ public class tree { |
|
|
printDirectoryTree(f); |
|
|
printDirectoryTree(f); |
|
|
}else { |
|
|
}else { |
|
|
f= new File(System.getProperty("user.dir")); |
|
|
f= new File(System.getProperty("user.dir")); |
|
|
|
|
|
printDirectoryTree(f); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// String path = "/home/michael/Downloads"; |
|
|
// String path = "/home/michael/Downloads"; |
|
|