Class: WindowsFile

WindowsFile

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

Members

(readonly) lastWriteTime :Date

The date and time when the file was last modified.

Type:
  • Date

(readonly) name :String

The name of the file.

Type:
  • String

(readonly) type :String

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

Type:
  • String