Lines Matching refs:file
8 file system. Its main area is called the "Browsing Area" and provides the list of
12 convenient way to reach parts of the file system that are frequently accessed.
24 ``lv_file_explorer`` only provides the file browsing and events caused by user
25 activity (e.g. clicking a file), but does not provide the actual file operations.
27 (e.g. a click or double-click on a file). The actions taken might to open the file,
29 ``lv_file_explorer`` passes the full path and name of file that was clicked to the
106 - ``sel_fn`` (selected file)
116 to NUL-terminated string containing file-path user selected; typically used inside
180 You can use it to, for example, customize the file sort.
182 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent once when any item (file) in the
183 ``Brwoser Panel``\ 's file list is clicked.
192 of the currently selected file in the event processing function. For example:
208 You can also save the obtained **path** and **file** name into an array