Class VimMate::ListedDirectory
In: lib/vimmatelib/files.rb
Parent: ListedFile

A directory within the tree. Can contain files and other directories.

Methods

each   icon_type   new   refresh  

Included Modules

Enumerable

Public Class methods

Create a ListedDirectory from a path and an optional parent. A block must be passed so it can be called to signal changes.

Public Instance methods

Yield each files and directory within this directory

The type of icon to use

Refresh the files from this directory. If it doesn‘t exist, the file is removed. If it didn‘t exist before, the file is added.

[Validate]