| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileManager > FileManager Properties >====== Create (create file switch) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[buffers saved record buffers .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[errors the errormanager .htm|{{btn_next_n.gif|Next page}}]] | | || | | **Create** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **Create **property contains a value that tells the file manager whether or not to create the file if no file exists. A value of one (1) creates the file; a value of zero (0) does not create the file. **Implementation:** The Init method sets the Create property to a value of one (1), which invokes automatic file creation. The ABC Templates override this default with the appropriate setting from the data dictionary or application generator. See //Template Overview--File Handling// for more information. The Open method creates the file when an attempt to open the file fails because there is no file. **See Also:**     [[init initialize the filemanager object .htm|Init]], [[open open the file .htm|Open]]