-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeskTop: Make Alias now creates .alias file adjacent to original
Previously, the Special > Make Alias command would create the LNK file in a LINKS/ subdir of DeskTop's folder. This was easiest to implement at the time, but unlike similar commands in Mac OS and Windows, and the folder was not easily discoverable. Now the LNK file is created adjacent to the original, given a ".alias" suffix, and rename is immediately triggered. The user is then required to move it somewhere useful and memorable. One down side is that aliases for volumes can no longer be created.
- Loading branch information
1 parent
c899ea6
commit 2cc1033
Showing
4 changed files
with
88 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters