FileMemo - File object
File objects provide the path to a file and the content, which is stored in a MEMO field.
File-Memos are used for include files ( ODC_Include ) or procedure and response-files ( ADM_FileMemo ).
Attributes
- file_name - File name
 - file_ext - File name extension
 - no_export - Cannot be exported
 - executable - Executable file
 - temporary - Create temporary file
 - sys_resource - System resource
 - file_path - File path
 - absolute - Do prefix with current project path
 - io_path - Path for reading and writing the file
 
References
- file_memo - File content
 
Keys
- ik_FileMemo - Primary key
 - sk_FileMemo - Secondary key
 
Functions

