Skip to content

TheLonestar1/FileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileManager

image

Function

Functional requirements:

  • Consists of a single area ("working area"), which displays the contents of the current directory (or folder)
  • Upon double clicking on an element:
    • If it is a file, then the application tries to open using windows;
    • If it is a folder, then the working area is filled with the contents of this folder
  • Upon a single click on an element, on the right side of the working area, a panel should appear that displays additional information:
    • If it is a file, then its metadata is displayed (size, date created, etc..)
    • If it is a folder, then its size and amount of file it contains is displayed
  • Upon opening a file, write into the database. The history entity contains:
    • Id
    • Filename
    • Date visited

How to use

  • Just Compile and run programm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages