| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:LFNSupport ====== | [[prop lazydisplay.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop libhook.htm|{{btn_next_n.gif|Next page}}]] | | || **NOTE: This property has been deprecated in this release.** A property of the SYSTEM built-in variable in 16-bit programs that returns one (1) if the operating system supports long filenames, and an empty string ('') if it does not. 32-bit operating systems all support long filenames. (READ-ONLY) **Example:** ** IF SYSTEM{PROP:LFNSupport} = TRUE** **  MESSAGE('Long Filenames are supported')** ** ELSE** **  MESSAGE('Long Filenames are NOT supported')** ** END**