Browse Source

changes

master
michael 2 years ago
parent
commit
ecfc9d2d18
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/listarDirectorioTree/tree.java

+ 1
- 0
src/listarDirectorioTree/tree.java View File

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


Loading…
Cancel
Save