Difference between File and Folder Last Updated : 13 Aug, 2019 Comments Improve Suggest changes Like Article Like Report File: A File is defined as a set of related data or information that is being stored in secondary storage. A file is data file or a program file where former contains data and information in the form of alphanumeric, numeric or binary and latter containing the program code and can also be executed, is a program file. Example: Folder: It is used to contain many other folders and files. We can have any number of folders, and each folder can have different/numerous entries depending on the files created where each file has a position in a parent folder. Example: Difference between File and Folder: S.No. Comparison File Folder 1. Extensions Files can have extensions. Folders does not have any extensions. 2. Organizations Serial, sequential, indexed sequential and direct file organizations. Single directory per user and multiple directory per user organization. 3. Contain other same entity No. Yes. 4. Basic Collection of data. A place to store a group of related files and folders. 5. Space consumption There is a specific size of a file. Folder does not consume space in the memory. 6. Properties It has Name, Extension, Date, Time, Length and Protection attributes. It has Name, Date, Time and Protection attributes. 7. After Creation After creation, We can open, save, rename, print, email and modify file content. After creation, We can move, rename and delete folders. 8. Share on Network We can not share file on network. We can share folder on network. Comment More infoAdvertise with us Next Article Difference between File and Folder P PranchalKatiyar Follow Improve Article Tags : Operating Systems Difference Between Similar Reads Difference between Program and File 1. Program : Program, as name suggest, are simple executable files that contain set or collection of instructions used by computer to execute or complete particular tasks as well as produce results you want. 2. File : File, as name suggests, is basic concept in computer that is designed to store dat 2 min read Difference between File System and DBMS A file system and a DBMS are two kinds of data management systems that are used in different capacities and possess different characteristics. A File System is a way of organizing files into groups and folders and then storing them in a storage device. It provides the media that stores data as well 6 min read Difference Between C++ Text File and Binary File A text file is the one in which data is stored in the form of ASCII characters and is normally used for storing a stream of characters. Text files are organized around lines, each of which ends with a newline character ('\n'). The source code files are themselves text files. A binary file is the one 4 min read Difference between OneDrive and ShareFile 1. OneDrive : OneDrive or Microsoft OneDrive is a file hosting and synchronization service provided by Microsoft. It gives the convenience to users for storing files, personal data, and for sharing files. It offers 5 GB of free storage space. It was launched by Microsoft in 2007. It is mostly used b 4 min read Difference between Google Drive and ShareFile 1. Google Drive : Google Drive is a file storage and synchronization service provided by the Google. It allows the users to store the files and personal data and to share the files. It offers 15 GB free storage space. It was launched by Google in 2012. It is used by almost each and every person whic 4 min read Like