FilePickerExtensions extension
Adds the filePicker method to Terminice for interactive file browsing.
- on
Methods
-
filePicker(
String prompt, {Directory? startDirectory, bool showHidden = false, bool foldersOnly = false}) → String? -
Available on Terminice, provided by the FilePickerExtensions extension
Selects an existing file, or returnsnullwhen cancelled. In line mode,foldersOnlyaccepts a typed existing directory path.