Skip to content

menahals/FileSystemApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 

Repository files navigation

FileSystemApp

A Java console-based application that simulates a tree-based file system with folders and files. It demonstrates hierarchical structures, recursive traversal, and safe navigation which are core concepts used in operating systems and cybersecurity.

Features

  • Tree-based directory (root, folders, files)
  • Allows navigation between directories
  • Recursive search across file system
  • Full tree directory display
  • Models operating system file transversal

๐Ÿš€ How to Run

Using Terminal

  1. Clone the repository:
git clone https://github.com/menahals/FileSystemApp.git
  1. Navigate to the project folder:
cd FileSystemApp
  1. Compile the program:
javac FileSystemApp/*.java
  1. Run the program:
java FileSystemApp.FileSystemApp

โ€ผ๏ธNote: This project is shared for career and portfolio purposes only. Reuse, copying or submitting this work as your own, especially for academic credit is not permitted and may violate academic integrity policies.

About

A Java-based application that simulates a tree-based file system with folders and files. It demonstrates hierarchical structures, recursive traversal, and safe navigation which are core concepts used in operating systems and cybersecurity.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages