Skip to content

kishankhakhar/C-File-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-File-Management-System

A simple file management system in C language.

Functions Available

  • Copy
  • Rename
  • changeExt (Change File Extension)
  • fileSize (Find filesize of a particular file)
  • displayContent (of a file)
  • isFile (Check if given path is a file)
  • isDir (Check if given path is a dir)
  • listFiles (List all files in a dir)
  • listHiddenFiles (List hidden files in a dir)
  • filterFiles (Filter files by a keyword)
  • largestFile (Find the largest File)
  • removeFile (Delete a File)
  • makeDir
  • changeDir
  • listDir

How To run the project

  • Clone or Download the project.
  • Move to the project directory.
  • Execute in terminal - ./project (any of the above mentioned functions) For example :- ./project changeExt
  • It will print the usage of the function. Follow the usage to execute the command. For example :- ./project changeExt /path/to/file file_name new_extension
  • Enjoy.

About

A simple file management system in C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages