Gio.FilenameCompleter

const Gio = imports.gi.Gio;

let filenameCompleter = new Gio.FilenameCompleter();
  

Completes partial file and directory names given a partial string by looking in the file system for clues. Can return a list of possible completion strings for widget implementations.

Hierarchy

  • GObject.Object
    • Gio.FilenameCompleter