enum

LSP::FileOperationPatternKind

Inherits Enum < Comparable < Value < Object

A pattern kind describing if a glob pattern matches a file a folder or both.

Constants

File = 0
Folder = 1

Instance methods

file?

Returns true if this enum value equals File

Source
folder?

Returns true if this enum value equals Folder

Source