| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileManager > FileManager Properties >====== AliasedFile (the primary file) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[filemanager properties.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[autoincdone auto increment operation successful .htm|{{btn_next_n.gif|Next page}}]] | | || | | **AliasedFile** | **&FileManager** | {{blk2blue.jpg|blk2blue.jpg}} The **AliasedFile **property is a reference to the actual file's FileManager. A nonnull value for this property indicates the managed file is an alias of another file. The FileManager uses this property to synchronize commands, buffers, etc. between the alias file and its actual file. {{tipbox.jpg|TipBox.jpg}} **This property should be null (uninitialized) for the actual file and initialized for any aliases.** **Implementation:** If the managed file is an alias, you should initialize the AliasedFile property after the Init method is called, or within a derived Init method specific to the managed file. See the //Conceptual Example//. The ABC Templates generate code to set this property for alias files in the //appna//BC0.CLW file.