How files and directories in snapshot views are unloaded

In snapshot views, file and directories are unloaded differently.

Unloading files

The action taken to unload a file depends on the current state of the file:

Unloading directories

Directories are unloaded recursively. To unload a directory element, the files in the directory are unloaded. If any view-private objects, hijacked files, or checked-out files are in the directory, or if the directory is currently in use (for example, if your current working directory is in or below the directory) .unloaded is appended to the name of the directory. For example, if the directory src contains view-private files, the directory is renamed to src.unloaded.

Related concepts
About using the Update Tool
How snapshot views are updated
Related tasks
To exclude elements from loading into a snapshot view
To load elements in a snapshot view using the command line
To refresh a loaded file or directory deleted from a snapshot view

Feedback