FileSystem.Entry object

New in package 167

Syntax

var entries = directory.entries();

Description

Represents a file or directory object.

Properties

Property Type Description
[name] String File or directory name.
[parent] Directory Parent directory.
[fullPath] String Full file system path.
[exists] Boolean true if exists.
[isFile] Boolean true if is a file.
[isDirectory] Boolean true if is a directory.
[lastModifiedDate] Date Last modification date and time.

See also

FileSystem.File object, FileSystem.Directory object,

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.