# File Explorer (/examples/others/file_explorer)



Browse the filesystem through an LVGL widget.

File explorer with quick access [#file-explorer-with-quick-access]

<LvglExampleBrief>
  Open a file explorer on the active screen and log the selected path.
</LvglExampleBrief>

<LvglExample name="lv_example_file_explorer_1" path="others/file_explorer/lv_example_file_explorer_1" />

Quick access toggle and sort control [#quick-access-toggle-and-sort-control]

<LvglExampleBrief>
  File explorer with a header button to hide quick access and a dropdown to change sort mode.
</LvglExampleBrief>

<LvglExample name="lv_example_file_explorer_2" path="others/file_explorer/lv_example_file_explorer_2" />

Custom file explorer sort [#custom-file-explorer-sort]

<LvglExampleBrief>
  Apply a 3-way quicksort over the file table after each directory load.
</LvglExampleBrief>

<LvglExample name="lv_example_file_explorer_3" path="others/file_explorer/lv_example_file_explorer_3" />
