File Management
File Management
UNIT 06
14. FILE MANAGEMENT
Saving Work
Adding passwords
Activity -02
Naming files
Add the date to the file name (Event date/ created date)
Reverse date order (yy/mm/dd) – easy to search/ sort
Use snake_case
birthday_invitation is easy to read than birthdayinvitation
Good file names
MAJOR.REVISION.BUILDdate.BUILDnumber
E.g.
1.2.161226.5
MAJOR – 1
REVISION – 2
BUILDdate – 16.12.26
BUILDnumber - 5
Versioning
CSC_Summer_18_ActWeek_v1_2.161226.5
File name becomes lengthy
To reduce the conflictions of lengthy file names folders
can be organized.
Folders
If you need to edit your file, you need to save it in the
same application format that you have used to create it.
Published files usually viewed in a web browser.
Published or exported files are in their final version.
They can be viewed but not be edited.
Chapter Questions