You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StartPath: The path from where to start the filebrowser.
LimitToStartPath: If limiting the access of the filebrowser to StartPath and up only (true) or allowing access to the full SD Card (false).
Extensions: A table of extensions which to filter.
Example
-- The line below lets you select a LUA script starting at location `sdmc:/3ds/Universal-Edit/Hex-Editor/Scripts/` and restricted access to that location and up.localFile=UniversalEdit.SelectFile("Select a script.", "sdmc:/3ds/Universal-Edit/Hex-Editor/Scripts/", true, { "lua" });
-- This would return "" if cancelled.