You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
830 B

2 years ago
2 years ago
  1. MUESTRA TODOS LOS DIRECTORIOS, SUBDIRECTORIOS Y ARCHIVOS QUE SE ENCUENTRE EN LA RUTA INDICADA POR PARÁMETRO
  2. Se ha elaborado con un bucle que se llama a él mismo las veces que sea necesaria para poder mostrar los elementos de la
  3. ruta que esté indicada en el momento, y se muestran con la ayuda del comando ".concat()" y poniendo tabulaciones
  4. para poder representarlo más claramente
  5. RESULTADO:
  6. ```
  7. NIVELES DE RECURSIVIDAD SEGÚN DIRECTORIO O SUBDIRECTORIO:
  8. NIVEL 1 NIVEL 2 NIVEL 3 NIVEL 4 NIVELES INFERIORES--->
  9. Documents
  10. Mi música
  11. Mis imágenes
  12. Mis vídeos
  13. Programación
  14. .idea
  15. .gitignore
  16. misc.xml
  17. modules.xml
  18. runConfigurations.xml
  19. workspace.xml
  20. Programación.iml
  21. Tema6
  22. Ej11.java
  23. workspace-spring-tool-suite-4-4.15.3.RELEASE
  24. ```