Config1_WindowsFile

Represents a file or folder in the Windows file-system.

Properties

PropertyTypeDescription
lastWriteTime Date

The date and time when the file was last modified.

name String

The name of the file.

type String

The type of the file.

Property Details

(readonly) lastWriteTime :Date

Description:
  • The date and time when the file was last modified.

The date and time when the file was last modified.

Type:
  • Date

(readonly) name :String

Description:
  • The name of the file.

The name of the file.

Type:
  • String

(readonly) type :String

Description:
  • The type of the file. It's either 'Directory' or 'File'.

The type of the file. It's either 'Directory' or 'File'.

Type:
  • String