Documentation / base / GlobResult
Interface: GlobResult
Defined in: libs/base/src/vfs/vfs.ts:131
Represents a file or directory that matches a glob pattern.
Extends
Properties
name
name:
string
Defined in: libs/base/src/vfs/vfs.ts:11
Inherited from
path
path:
string
Defined in: libs/base/src/vfs/vfs.ts:12
Inherited from
size
size:
number
Defined in: libs/base/src/vfs/vfs.ts:13
Inherited from
type
type:
"file"|"directory"
Defined in: libs/base/src/vfs/vfs.ts:14
Inherited from
created
created:
Date
Defined in: libs/base/src/vfs/vfs.ts:15
Inherited from
modified
modified:
Date
Defined in: libs/base/src/vfs/vfs.ts:16
Inherited from
relativePath
relativePath:
string
Defined in: libs/base/src/vfs/vfs.ts:133
The path relative to the search root directory
matchedPattern
matchedPattern:
string
Defined in: libs/base/src/vfs/vfs.ts:135
The glob pattern that matched this result