Skip to content

CodeHarold/filesystem_tool.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

filesystem_tool.py

This Python program provides a menu-driven tool for navigating a file system and gathering information about files and directories. Here's a breakdown of its functionality:

Menu Display:

The program displays a menu with options to perform various file system operations:

  1. List the current directory
  2. Move up
  3. Move down
  4. Number of files in the directory
  5. Size of the directory in bytes
  6. Search for a filename

How It Works:
The program starts by displaying the current working directory and the menu. The user selects a command by entering a number corresponding to the menu options. Based on the command, the program executes the appropriate function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages