| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:DataPath ====== | [[prop currentkey.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop defaultextension.htm|{{btn_next_n.gif|Next page}}]] | | || A read/write SYSTEM property that can be used to set the default directory for data files. ** ** All files with unqualified file names (e.g., those files with no NAME attribute or a NAME with only a relative path) will be looked for in the directory specified by SYSTEM{PROP:DataPath}. SYSTEM{PROP:DataPath} defaults to the directory the application starts in. This will save developers from having to do startup code like the following: **GETINI(datadirectory)** **file1name = datadirectory & 'file1'** **file2name = datadirectory & 'file2'** **file3name = datadirectory & 'file3'**