Briefcase (Microsoft Windows)
   HOME

TheInfoList



OR:

In
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
, the Briefcase is a
special folder On Microsoft Windows, a special folder is a folder that is presented to the user through an interface as an abstract concept instead of an absolute folder path. (The synonymous term shell folder is sometimes used instead.) Special folders make ...
that supports a simple two-way
file synchronization File synchronization (or syncing) in computing is the process of ensuring that computer files in two or more locations are updated via certain rules. In ''one-way file synchronization'', also called mirroring, updated files are copied from a sour ...
between itself and another folder. The Briefcase is designed for mobile PC users so that they may transfer it to a removable drive and have it synchronize with the computer to which the removable drive is attached. It follows the same metaphor as the ''
file File or filing may refer to: Mechanical tools and processes * File (tool), a tool used to ''remove'' fine amounts of material from a workpiece **Filing (metalworking), a material removal process in manufacturing ** Nail file, a tool used to gent ...
'' and ''
file folder A file folder (or simply folder) is a kind of folder that holds papers and money together for organization and protection. File folders usually consist of a sheet of heavy paper stock or other thin, but stiff, material which is folded in hal ...
'' and then, while the file management tasks are performed by Windows Explorer, the briefcase behaves just like another folder, i.e. with support for copy-paste and
drag-and-drop In computer graphical user interfaces, drag and drop is a pointing device gesture in which the user selects a virtual object by "grabbing" it and dragging it to a different location or onto another virtual object. In general, it can be used to ...
. It has additional functions and toolbar buttons for updating out-of-sync files. The Windows Briefcase was introduced in
Windows 95 Windows 95 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of operating systems. The first operating system in the 9x family, it is the successor to Windows 3.1x, and was released to manufacturin ...
and was
deprecated In several fields, especially computing, deprecation is the discouragement of use of some terminology, feature, design, or practice, typically because it has been superseded or is no longer considered efficient or safe, without completely removing ...
(although not removed) in
Windows 8 Windows 8 is a major release of the Windows NT operating system developed by Microsoft. It was Software release life cycle#Release to manufacturing (RTM), released to manufacturing on August 1, 2012; it was subsequently made available for downl ...
and completely disabled (but still present and accessible via modification of the
Windows Registry The Windows Registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the registry. The kernel, device drivers, services, Security Accounts Manager, and use ...
) in
Windows 10 Windows 10 is a major release of Microsoft's Windows NT operating system. It is the direct successor to Windows 8.1, which was released nearly two years earlier. It was released to manufacturing on July 15, 2015, and later to retail on J ...
until it was finally removed in Windows 10 build 14942.


Overview

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, or leave both versions unchanged. 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, (for example when the drive containing the briefcase is inserted in a secondary computer, or the original has been deleted in the main computer) it is called an ''orphan''.


Internals

Most special folders in Windows (such as Briefcase folders) have a
hidden file In computing, a hidden folder (sometimes hidden directory) or hidden file is a folder or file which filesystem utilities do not display by default when showing a directory listing. They are commonly used for storing user preferences or preservi ...
(with "system"
attribute Attribute may refer to: * Attribute (philosophy), an extrinsic property of an object * Attribute (research), a characteristic of an object * Grammatical modifier, in natural languages * Attribute (computing), a specification that defines a prope ...
) called Desktop.ini. They may also have
Windows Registry The Windows Registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the registry. The kernel, device drivers, services, Security Accounts Manager, and use ...
entries describing them. The Desktop.ini for a Briefcase contains the following lines:
 ShellClassInfoCLSID=
ConfirmFileOp=0
RunWizard=0
 riefcaseDatabase=Briefcase Database
* The CLSID setting 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 A filename extension, file name extension or file extension is a suffix to the name of a computer file (e.g., .txt, .docx, .md). The extension indicates a characteristic of the file contents or its intended use. A filename extension is typically d ...
, serves as the Briefcase index. Its
fourCC A FourCC ("four-character code") is a sequence of four bytes (typically ASCII) used to uniquely identify data formats. It originated from the OSType or ResType metadata system used in classic Mac OS and was adopted for the Amiga/Electronic Arts I ...
is "DDSH". The Briefcase folder itself must have "read-only" or "system" file attributes (default is read-only) 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.


Briefcase Reconciler

When
Microsoft Access Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Access Database Engine (ACE) with a graphical user interface and software-development tools (not to be confused with the old Microsoft Access w ...
is installed, the Windows Briefcase gets special functionality due to installed
Microsoft Office Microsoft Office, or simply Office, is the former name of a family of client software, server software, and services developed by Microsoft. It was first announced by Bill Gates on August 1, 1988, at COMDEX in Las Vegas. Initially a marketin ...
files. It can be used as a replication tool for Access databases that use the Jet database engine by dragging the file to the Briefcase so that the database is automatically converted into replicable form. The Design Master can be left at the source and replica put into the Briefcase or vice versa. When synchronizing, the replicas are merged by the Briefcase reconciler. The
Windows Shell The Windows shell is the graphical user interface for the Microsoft Windows operating system. Its readily identifiable elements consist of the desktop, the taskbar, the Start menu, the task switcher and the AutoPlay feature. On some versions of W ...
also allowed developers to create their own document briefcase reconcilers to combine different input versions of a document to produce a single, new output version of the document.Creating Briefcase Reconcilers
/ref>


See also

*
Comparison of file synchronization software Glossary Free and open-source Freeware This is a comparison of the freeware (proprietary software release free of charge) file synchronization software. Commercial This is a comparison of commercial software in the fie ...
*


References

{{reflist Data synchronization File system directories Discontinued Windows components Windows components