Mac Library File Has Alias But No Original

Home > Articles > Apple > Operating Systems

Oct 07, 2008  How do i move an original file on a mac without making an alias? I just want to move the original file to another folder on the mac. But every time i drag the file over or make a copy of the file on to the folder it marks it as an alias file. The alias is a small file that takes very little space because it only has information about the location of the original file. It is not an exact copy of the original file. When you delete the alias, the original file it points to is not deleted. You can identify aliases by the small.

  1. Mar 29, 2019  How to Find the Library Folder on a Mac. This wikiHow teaches you how to force your Mac's user 'Library' folder to show up in the Finder window. While the 'Library' folder is hidden by default, you can prompt it to appear both temporarily.
  2. Upgraded to Photos? Here’s what you can do with that old iPhoto library If you used to use iPhoto and now use Apple Photos, here’s some helpful information about that iPhoto library.
  1. Aliases and Symbolic Links
< BackPage 6 of 13Next >
This chapter is from the book
Mac 0S X Disaster Relief: Troubleshooting Techniques to Help Fix It Yourself

This chapter is from the book

This chapter is from the book

Mac 0S X Disaster Relief: Troubleshooting Techniques to Help Fix It Yourself

Aliases and Symbolic Links

An alias is a file that is pointer to a real (original) file located somewhere else. Thus, when you double-click an alias, the other (original) file opens. By using aliases, you can list the same file in many locations without having to have real copies of the file in each location, which provides convenient flexibility in organizing files on your drive.

For example, suppose that you have a collection of applications at various locations on your drive, and you want to bring them together in the same folder for a specific task. Yet you also want to retain them in their original locations. You can do both things by creating aliases of the files and placing the aliases in the new location. Now whenever you click an alias, it launches the original file, as though the file were in two locations at the same time. As the alias takes up next to no disk space, this arrangement is often more advantageous than having two copies of the full application.

You can use aliases in other ways, such as the following:

  • Sometimes, a program may look for a preferences file in the startup System Folder (in Classic). If you have different startup System Folders, the preferences may be different in each case. You could prevent this problem by placing an alias of the original preferences file in each of the other System Folders. Now all the folder will use the same preferences file, no matter what changes you make at what time.

  • If you place an alias of a folder in a new location, when you open the alias folder, the original folder actually opens. By placing such an alias in a convenient location, you get instant access to the folder contents, even though the folder may be nested several folders deep in some other location.

  • Making an invisible folder temporarily visible and making an alias of it is a useful trick for maintaining easy access to folders that normally are invisible. You can use this technique to maintain access to the invisible tmp folder, for example.

    SEE

    'Saving movie trailers that have the Save option disabled,' later in this chapter, for an example of using this tmp folder.

How to recognize an alias

The icon for an alias looks identical to that of the original file, except that that a small arrow appears in the bottom-left corner of the icon.

An alias also behaves differently when you open the Show Info window for the file. The differences are:

  • A button called Select New Original will be in the main Show Info window. Clicking this button allows you to change the file attached to the alias. You will not need to do this often unless the original file has been deleted.

  • The Kind setting for the file may be alias, and the Size setting of the file will be only 4 KB. I say 'may' because in what appears to be a bug, an alias file may instead list the original file's kind as its own and be listed with a larger size. In this case, the Select New Original button will be the main clue that you are dealing with an alias.

    Figure 6.27 An alias file and its Show Info window.


How to locate an original via its alias

What if you want to locate the original file from its alias? First, right above the Select New Original button will be the path to the original file. You can navigate there on your own.

More simply, you can choose Show Original from the Finder's File menu (or use the keyboard shortcut Command-R). The Finder will go directly to the folder where the original is located and display it with the file selected.

How to create an alias

To create an alias, click the original file and choose Make Alias from the Finder's File menu (or use keyboard shortcut Command-L). Alternatively, you can choose Make Alias from the contextual menu for the file.

Which ever method you select, an alias will be created in the same location as the original file—with the word alias added to its name. (The word will precede the file's extension, if it has one.) Then you can rename or move the alias, as you want. The alias's relation to the original file will be preserved no matter where you move either file, at least as long as you stay in the same volume.

Often more conveniently, you can hold down the Command and Option keys and drag the file's icon to a new folder. This technique creates an alias at the new location with the same name as the original. (The word alias is not added.)

When you use the Add Favorites command to add an item to your Favorites folder, you are creating an alias of the item.

Fixing a broken alias link

If you delete the file to which an alias is linked or move or modify the file so that the alias can no longer locate it, you will get an error message when you double-click the alias file. This message will state, 'The alias {name of file} could not be opened because the original item could not be found.' This situation is called a broken alias.

At this point, you can click OK (thereby ignoring the issue for the moment), Delete Alias (with the obvious result), or Fix Alias. This last option opens a window similar to what appears when you click Select New Original in the Show Info window. From here, you can navigate via a directory window to the desired destination file and select it as the destination for the alias.

Figure 6.28 The broken-alias error message.


Aliases vs. symbolic links:What's the difference?

If you are familiar with Mac OS 9, much of this alias discussion probably has a familiar ring, as aliases work in a similar way in Mac OS 9. But Mac OS X introduces a new wrinkle, compliments of Unix. Unix includes something similar to aliases: symbolic links. When you're in the Mac OS X Finder, a symbolic-link file looks and acts almost identically to an alias file, with these exceptions:

Aliases are linked to the file or folder to which they point. If you move the original file to a new location, the alias is able to keep track of this situation and maintain the link. When you double-click the alias, the original file still opens.

Symbolic links refer to a specific pathway. Thus, for example, a symbolic link to a file called Testing in your Documents folder will work only if Testing remains in the Documents folder. Move it anywhere else, and the link is broken. Just as important, if you move or delete the original file and create a new file with the same name in the original location, the symbolic link will point to that new file (because it has the same pathway). An alias would not do this; it would not link to the new file despite its identical name.

When you install Mac OS X, the OS places symbolic-link files in various locations, including inside the Library folders, inside application packages, and in the invisible Unix directories. As these locations are off the radar of most users, the typical Mac user rarely needs to work with symbolic links. Symbolic links may also appear in more commonly visited locations, where they will seem to be just ordinary aliases. As I'll describe a bit later in this chapter, there may be one such symbolic link on your Desktop.

If you want to create a new alias, my general recommendation is to stick with the traditional Mac variety. Aliases are easier to create than symbolic links are, and they generally work more the way you would expect. But if you want an alias always to refer to a file with a specific name in a given location, whether or not the file has been replaced, a symbolic link will do the trick. To link to a file that gets overwritten by a new file with the same name periodically, you would want a symbolic link.

Still, an alias link may break in a situation in which a symbolic link would be maintained, and vice versa. For this reason alone, at least understanding the distinction is useful.

Finally, if you format a drive by using UFS (which I do not recommend) rather than HFS Plus, the Mac will not recognize aliases; it will recognize only symbolic links.

SEE

'Select a destination,' in Chapter 2, for more information on UFS vs. HFS.

Determine whether a file is a symbolic link or an alias

You cannot tell from Finder icons whether the file is an alias or a symbolic link. Both types of files have the same icon with the curved arrow.

Even the Show Info window for the two types of files does not offer an obvious answer, as both types may be identified with a Kind setting of alias. In my experience, however, the Select New Original button will be dimmed, and thus not selectable, for symbolic links. For traditional aliases, the button is selectable, meaning you can use this difference to distinguish between an alias and a symbolic link.

Another way to determine whether a file is an alias or a symbolic link is to move the original file and then double-click the alias. If the original file still launches, you have a traditional alias. If you get a message that says the original could not be found, without the usual Delete Alias and Fix Alias options, you have a symbolic link.

Yet another, more-tedious way to figure this out is to reboot in Mac OS 9. In that OS, traditional aliases are identified in the Finder's Get Info window as having a Kind setting of alias, whereas symbolic-link files will be identified as Mac OS X alias. In Mac OS X, both types of files are identified simply as alias.

As I describe in the next section of this chapter, symbolic links also differ from aliases in terms of how they are listed in Terminal.

Library folder mac. 2020-4-6  How to view a Mac's /Library folder. There are three ways to easily view your hidden /Library/ folder. In macOS Sierra Apple added a Finder keyboard shortcut that. 2020-4-6  The User Library folder is hidden by default in MacOS Catalina, MacOS Mojave, macOS High Sierra, and macOS Sierra, but some advanced users may wish to show and access the /Library/ folder, which contains preference files, caches, and application support data. 2020-4-6  One example of the need to access the Library Folder on Mac would be to rebuild the Database Files in the Library Folder, in order to fix Launchpad related issues like Apps Missing From Launchpad or deleted Apps showing up in the Launchpad. Before going ahead with the steps to Access the Hidden Library Folder on your Mac, you need to be aware that /Library Folder contains important. Accessing the Library folder in macOS Sierra and macOS Mojave. If you don’t want your Mac to always show the Library folder, but you only need to access it for one time, you can think about accessing it through Go Menu. If you can’t find Library on Mac, you need to follow the below mentioned steps to get the job done. From the macOS Finder.

Figure 6.29 The message that appears when a symbolic link cannot find its original file.


Create a symbolic link

Any alias that you create via the Finder's Make Alias command is a traditional alias. What if you want to create a symbolic link instead? You have two choices: take the Terminal or the Mac OS X utility (such as XRay) approach.

Songs

Terminal. To create a symbolic link in Terminal, follow these steps:

  1. Launch Terminal.

  2. Type <ln -s {pathway of original file} {pathway of symbolic link}>. Note: Use an absolute pathway for the original file, not a relative one. A shortcut for adding the absolute pathway is to type ln -s, a space and then drag the Finder icon of the original file to the Terminal window.

SEE

  • 'Take Note: Folders vs. Directories,' in Chapter 4, for background on absolute vs. relative pathway names.

  • Chapter 10 for more information on pathways and shortcuts in Unix.

You can now navigate to the directory where you created the link (via Unix's cd command), and type <ls –al>. This will result in the display of a list of all items in the directory, including symbolic links. Notice two things in the list:

  • In the file-attributes column (where permissions are indicated), the first letter listed for a symbolic link file is l (rather than d for directory or a hyphen for files).

  • For symbolic-link files, the path to the original file will be listed to the right of the file name. Traditional aliases have neither of these attributes.

Now if you go to the Finder, the symbolic-link file should appear in the same directory as seen in Terminal. If it does not, search for it via Sherlock and then double-click its name in the Search Results output. This method will force it to show up. As a last resort, log out and log in again.

XRay. To create a symbolic link with XRay, follow these steps:

  1. Open the original file with XRay and then choose Make Alias from its File menu.

  2. In the window that appears, from the Alias Format menu, choose Normal Alias, Absolute Symbolic Link, or Relative Symbolic Link.

Ignore the rarely needed Relative Alias and Minimal Alias options. With an absolute symbolic link, any movement of the original file to a new location will break the link. With a relative symbolic link (most commonly used in Mac OS X packages), the link will be maintained if both the link file and the original file are always in the same relative locations within a folder, even if that folder is moved. This arrangement allows you to move an .app package file (which is actually a folder)—that contains symbolic-link files to other files within the package—without breaking the links.

Again, the link file should appear in the Finder at this point.

NOTE

The current version of XRay cannot show the permissions for a symbolic link correctly; instead, it lists the permissions of the original file. Thus, you cannot use XRay easily to check whether an alias is a symbolic link.

Figure 6.30 XRay's option to create symbolic links.


'Desktop (Mac OS 9)' file is a symbolic link

An alias file called Desktop (Mac OS 9) is placed on the Desktop on Macs that ship with Mac OS X and Mac OS 9 installed on the same volume. This alias is of value because the Mac OS 9 and Mac OS X Desktops are entirely independent. That is, what you place on the Mac OS 9 Desktop (when you're booted in Mac OS 9, for example) and what you place on the Mac OS X Desktop are stored in different locations. Thus, the items from one Desktop are not visible when you're viewing the other. Furthermore, accessing the contents of the Mac OS 9 Desktop, when you're booted in Mac OS X, is complicated by the fact that the Mac OS 9 Desktop folder is invisible in Mac OS X ( located at the root level of the volume). The Desktop (Mac OS 9) alias allows you to work around this situation. When you open it, a window opens, showing the contents of the invisible Mac OS 9 Desktop. The contents are visible even though the folder itself is not.

If you have partitioned your drive into multiple volumes, you will not need a separate similar alias for the Desktop folders of the other volumes, because the Desktop folders for these volumes remain visible on these volumes. These folders contain the files from these volumes that appear on the Desktop when you're booted in Mac OS 9. Thus, the Desktop (Mac OS 9) folder shows only the Desktop items that are stored on the Mac OS X boot volume.

Why am I mentioning all this in this section of the book? Because the Desktop (Mac OS 9) alias is actually a symbolic link. I am not sure what Apple's rationale was in making this item a symbolic link. Perhaps Apple did not want it to continue to work if you moved the Desktop folder elsewhere. In any case, if you delete this alias/symbolic link accidentally, you will have double trouble trying to re-create it. First, the original folder is invisible (although, as I discuss later in this chapter, you can access invisible items in several ways). Second, using the Finder's Make Alias command would create a traditional alias, not a symbolic link. So duplicating the original alias takes a bit more work. The simplest way probably is to use Terminal. Follow these steps:

  1. If the symbolic-link file is present but broken, delete it; if it is deleted, proceed to the next step.

  2. Launch Terminal, and type:

    < ln -s /'Desktop Folder' ~/Desktop/'Desktop (Mac OS 9)'>

  3. Press Return.

  4. Click the Desktop.

The new symbolic-link icon should appear.

SEE

Mac Library File Has Alias But No Original Girl

'Take Note: The Location of Desktop and Trash Folders,' in Chapter 3.

Symbolic links and hierarchical menus in the Dock

If you drag a folder icon, or even a volume icon, to the Dock, you create a Dock item for that folder/volume. The main benefit is that if you click the Dock icon of the volume and hold down the mouse button, you will get a hierarchical pop-up menu of all the folders and files in the folder/volume. You can choose any item to open it.

If the volume contains an alias file pointing to a folder, the alias will work in the Dock icon's pop-up menu as though it were the original folder itself. Its submenu will show the contents of the original folder.

This technique appears to work only for traditional aliases, however. If the alias is actually a symbolic link, you will see only the name of the folder listed. You will not be able to view its contents hierarchically.

To see an example, drag the Favorites folder to the Dock. (The folder is located in the Library folder of your Home directory.) A Documents folder alias is placed in Favorites automatically when you install Mac OS X. This alias is actually a symbolic link. Thus, the pop-up menu will not list the contents of the Documents folder.

NOTE

In the first versions of Mac OS X, the situation was reversed. Symbolic links were the ones that showed submenus; traditional aliases did not.

Figure 6.31 The pop-up menu from the Favorites folder in the Dock. Note that the Documents icon does not show a hierarchical menu.


Fixing a broken symbolic link

What if you click a symbolic-link icon and find that it is broken (you get the error message that the original file cannot be found)? In most cases, to fix the link, you create a new symbolic link file, using the ln command in Terminal, as described earlier in this chapter.

A potentially more serious problem involves the multitude of symbolic links that exist in package files, Library folders, and invisible Unix directories. If these links get broken, you may have problems that range from the failure of an application to work to inability to start up Mac OS X. You want these problems to be fixed. Fixing them, however, is not a trivial task, as you may have trouble locating the problem files and reestablishing the links correctly, especially if the problem is preventing you from starting up your Mac.

To fix these problems, try these methods:

Disk repair utilities. You may get some help from disk repair utilities such as Norton Utilities. If you have broken symbolic or hard links in the Unix directories, for example, run Norton Utilities (booting from its CD or from a Mac OS 9 volume, if you are not using the Mac OS X version). The utility attempts to fix the problem.

Reinstall Mac OS X. Otherwise, you will likely need to reinstall the problem applications or Mac OS X itself.

SEE: Chapters 2 and 5 for advice on reinstalling Mac OS X.

How, you may ask, do these links get broken in the first place, assuming that you made no obvious change that should have caused any breakage? There are several possibilities, including the following:

  • If you back up and restore files via a backup utility, symbolic links may get broken unless the backup utility specifically knows how to restore these links. (The best-known Mac backup utility, Retrospect, does handle this restoration correctly.)

  • Archiving a folder/directory and later expanding it can cause problems unless the archiving utility knows how to handle the process. (At this writing, StuffIt Deluxe still has some problems.)

  • An installer for an application, if not designed correctly, could move files during the installation in such a way that symbolic links get broken.

There is a relatively rare but significant problem with the .pax files that are contained in installer packages (see Chapter 2). If an installer .pkg file (likely one from a third party, not Apple) writes to the invisible Unix files on your drive (such as the etc directory), it may do so in such a way that it breaks existing symbolic links to these directories. In extreme cases, this situation can result in the failure of your drive to start up, ultimately requiring a reinstallation of Mac OS X unless you are skilled enough to recognize and fix the broken symbolic links or have a third-party utility that can do it.

There is no sure way to prevent these problems other than not using the software in question or checking online (such as MacFixIt or the software vendor's Web site) before using a backup/archiving/installation utility to determine whether it has any known problems with symbolic links.

TECHNICALLY SPEAKING

Unix Hard Links

A hard link in Unix is a duplicate directory entry for a file. Even if you delete the original file, the hard link will still access the file's contents, because the original file and all its hard links point to the same data. Think of the data as being stored somewhere on your drive and the original file as being just a pointer to the data. Then a hard link is another pointer to the same data. I am not aware of any case in which a hard link is used in the Finder. so hard links are relevant mainly for the workings of the invisible Unix files. About the only time they may become relevant for troubleshooting is when you're attempting to copy a Mac OS X volume to another drive. As is the case with symbolic links, the copy procedure will need to be able to maintain the hard links correctly.

Related Resources

  • Book $55.99
  • Book $55.99
  • Book $55.99

Mac Library File Has Alias But No Original Girl

In Mac OSSystem 7 and later, an alias is a small file that represents another object in a local, remote, or removable[1]file system and provides a dynamic link to it; the target object may be moved or renamed, and the alias will still link to it (unless the original file is recreated; such an alias is ambiguous and how it is resolved depends on the version of macOS). In Windows, a 'shortcut', a file with a .lnk extension, performs a similar function.

It is similar to the Unixsymbolic link, but with the distinction of working even if the target file moves to another location on the same disk (in this case it acts like a hard link, but the source and target of the link may be on different filesystems, and the target of the link may be a directory). As a descendant of BSD, macOS supports Unix symbolic (and hard) links as well.

Function[edit]

An alias acts as a stand-in for any object in the file system, such as a document, an application, a folder, a hard disk, a network share or removable medium or a printer. When double-clicked, the computer will act the same way as if the original file had been double-clicked. Likewise, choosing an alias file from within a 'File Open' dialog box would open the original file. The purpose of an alias is to assist the user in managing large numbers of files by providing alternative ways to access them without having to copy the files themselves. While a typical alias under the classic Mac OS was small, between 1 and 5 KB, under macOS it can be fairly large, more than 5000 KB for the alias to a folder.

Preventing alias failure[edit]

An alias is a dynamic reference to an object. The original may be moved to another place within the same filesystem, without breaking the link. The operating system stores several pieces of information about the original in the resource fork of the alias file. Examples of the information used to locate the original are:

  • path
  • file ID
  • directory ID
  • name
  • file size

Since any of these properties can change without the computer's knowledge, as a result of user activity, various search algorithms are used to find the most plausible target. This fault-tolerance sets the alias apart from similar functions in some other operating systems, such as the Unixsymbolic link or the Microsoft Windowsshortcut, at the expense of increased complexity and unpredictability. For example, an application can be moved from one directory to another within the same filesystem, but an existing alias would still launch the same application when double-clicked.

The question can arise of how an alias should work if a file is moved, and then a file is created with the same name as the original moved file, since the alias can be used to locate both the original name and the new location of the original file. With symbolic links the reference is unambiguous (soft links refer to the new file, hard links to the original). Before Mac OS X 10.2, however, such an ambiguous alias would consistently find the original moved file, rather than the recreated file. In Mac OS X 10.2 and later releases, the new file is found, matching the behaviour of symbolic links [1]. macOS applications can programmatically use the old behavior if required.

Aliases are similar in operation to shadows in the graphical Workplace Shell of the OS/2 operating system.

Distinguishing marks[edit]

In System 7 through Mac OS 9, aliases distinguished themselves visually to the user by the fact that their file names were in italics. To accommodate languages that don't have italics (such as Japanese), in Mac OS 8.5 another distinguishing mark was added, badging with an 'alias arrow'—a black arrow with a small white border—similar to that used for shortcuts in Microsoft Windows.

In macOS, the filenames of aliases are not italicized, but the arrow badge remains.

File structure[edit]

The alias files in macOS start by the magic number62 6F 6F 6B 00 00 00 00 6D 61 72 6B 00 00 00 00 which is in ASCIIbook␀␀␀␀mark␀␀␀␀ ( representing the Null character).

Following the magic number, it has been reported that an alias has a set of records inside it, each record is 150 bytes long and consists of the fields shown below.[2] However, alias files are far larger than this would explain, and include other information at least including icons.[3][4]

  1. 4 bytes user type name/app creator code = long ASCII text string (none = 0)
  2. 2 bytes record size = short unsigned total length
  3. 2 bytes record version = short integer version (current version = 2)
  4. 2 bytes alias kind = short integer value (file = 0; directory = 1)
  5. 1 byte volume name string length = byte unsigned length
  6. 27 bytes volume name string (if volume name string < 27 chars then pad with zeros)
  7. 4 bytes volume created mac date = long unsigned value in seconds since beginning 1904 to 2040
  8. 2 bytes volume signature = short unsigned HFS value
  9. 2 bytes volume type = short integer mac os value (types are Fixed HD = 0; Network Disk = 1; 400kB FD = 2;800kB FD = 3; 1.4MB FD = 4; Other Ejectable Media = 5 )
  10. 4 bytes parent directory id = long unsigned HFS value
  11. 1 bytes file name string length = byte unsigned length
  12. 63 bytes file name string (if file name string < 63 chars then pad with zeros)
  13. 4 bytes file number = long unsigned HFS value
  14. 4 bytes file created mac date = long unsigned value in seconds since beginning 1904 to 2040
  15. 4 bytes file type name = long ASCII text string
  16. 4 bytes file creator name = long ASCII text string
  17. 2 bytes nlvl From (directories from alias thru to root) = short integer range
  18. 2 bytes nlvl To (directories from root thru to source) = short integer range (if alias on different volume then set above to -1)
  19. 4 bytes volume attributes = long hex flags
  20. 2 bytes volume file system id = short integer HFS value
  21. 10 bytes reserved = 80-bit value set to zero
  22. 4+ bytes optional extra data strings = short integer type + short unsigned string length (types are Extended Info End = -1; Directory Name = 0; Directory IDs = 1; Absolute Path = 2; AppleShare Zone Name = 3; AppleShare Server Name = 4; AppleShare User Name = 5; Driver Name = 6; Revised AppleShare info = 9; AppleRemoteAccess dialup info = 10)
  23. string data = hex dump
  24. odd lengths have a 1 byte odd string length pad = byte value set to zero

Alias record structure outside of size length[edit]

The following is for use with the Apple's Alias Resource Manager.

  1. 4 bytes resource type name = long ASCII text string
  2. 2 bytes resource ID = short integer value
  3. 2 bytes resource end pad = short value set to zero

Java code to flag an alias file

Managing aliases[edit]

In System 7, the only way to create an alias was to select the original and choose 'Make Alias' from the 'File' menu. An alias, with the same name and ' alias' appended would then be created in the same folder. In later versions, it became possible to create aliases by drag-and-drop, while holding down the command and option modifier keys.

Mac OS 8.5 added a feature for re-connecting aliases that had been broken for one reason or another (when the simple search algorithms failed to find a reliable replacement). This was done by selecting a new target through the standard Open File dialog.

In Mac OS 8.5 options were added for command-optiondragging an object in the Finder to create an alias at that location. This is where the alias cursor was added to the system. The cursor mirrors the appearance of the 'create shortcut' cursor on Windows systems.

Relation to BSD symbolic and hard links[edit]

Unix and similar operating systems provide 2 features very similar to macOS aliases: symbolic links and hard links. When using the macOS Finder, links are displayed and treated largely like macOS aliases, and even carry an identical 'Kind' attribute. However, when using the shell command line, macOS aliases are not recognized: for example, you cannot use the cd command with the name of an alias file. This is because an alias is implemented as a file on the disk that must be interpreted by an API while links are implemented within the filesystem and are thus functional at any level of the OS.

There is currently no pre-installed command to resolve an alias to the path of the file or directory it refers to. However, a freely available C program makes use of the Mac Carbon APIs to perform this task.[5] Given that, commands such as cd can be set up to check for aliases and treat them just like symbolic or hard links.

References[edit]

  1. ^Files: Chapter 4 - Alias Manager; Search Strategies — Inside Macintosh developer documentation
  2. ^Some information about MacOS aliases collected from the web. (reverse engineering effort)
  3. ^Forum discussion of the large size of aliases.
  4. ^'Further details, including changes with various Mac OS versions'. Archived from the original on 2013-04-30. Retrieved 2018-10-11.
  5. ^Davis, Thos. 'getTrueName.c'. Mac OS X Hints. IDG. Retrieved 24 October 2016.

External links[edit]

  • Alias Manager Reference — Inside Macintosh developer documentation
  • System 7 aliases — Article about System 7 aliases, from 1992

Mac Library File Has Alias But No Original Members


Mac Library File Has Alias But No Original Minecraft

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Alias_(Mac_OS)&oldid=931313045'