The Windows Briefcase synchronizes files and folders within itself with those in any other folder, even on a removable writable media or the network. It is intended for users with portable media or multiple computers. To use the Briefcase, users only need to use Windows Explorer and then drag or copy their files into the Briefcase once. Any further changes to either the files on disk or those in the Briefcase are synchronized whenever the user right-clicks on the briefcase and selects Update All. If there are differences between the copies, the Briefcase shows a dialog box with an icon and a description indicating the action it will take when synchronizing; that is, whether it will replace the copy in the Briefcase with the external file or vice versa. The action the Briefcase will take is configurable by right clicking the icon. For example, users can skip synchronizing individual items by selecting the Skip action upon right clicking the icon. For items deleted in either the Briefcase or the main original folder, the Briefcase can create a copy of the missing item. Users can also sync individual items in the Briefcase by selecting the item first and then clicking the Update button instead of Update All. The update status of each item is stored in the Briefcase. If any item does not link to any original item outside the briefcase, it is called an orphan.
Internals
Most special folders in Windows have a hidden file called Desktop.ini. They may also have Windows Registry entries describing them. The Desktop.ini for a Briefcase contains the following lines:
The CLSIDsetting specifies the class identifier of the "Briefcase" class, which is required for a folder to appear as a Briefcase.
The ConfirmFileOp setting appears to have no effect.
The RunWizard setting specifies whether to display the "Welcome to the Windows Briefcase" dialog when the user opens the Briefcase. This setting is removed once the dialog is displayed for the first time.
A second file called "Briefcase Database", bearing "hidden" and "system" attributes, and no filename extension, serves as the Briefcase index. Its fourCC is "DDSH". The Briefcase folder itself must have "read-only" or "system" file attributes in order to display as a Briefcase. The Desktop.ini and Briefcase Database files are not required to have the hidden or system attributes in order for the parent folder to display as a Briefcase.