CopyTask.

CopyTask.FileDateInfo Class

Summary

Holds the absolute paths and last write time of a given file.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CopyTask.FileDateInfo"] class Type type-node

Syntax

protected class CopyTask.FileDateInfo

Constructors

Name Summary
FileDateInfo(string, DateTime) Initializes a new instance of the NAnt.Core.Tasks.CopyTask.FileDateInfo class for the specified file and last write time.
FileDateInfo(string, DateTime, bool) Initializes a new instance of the NAnt.Core.Tasks.CopyTask.FileDateInfo class for the specified file, last write time, and directory indicator.

Properties

Name Value Summary
IsDirectory bool
Indicates whether or not Path represents a directory.
LastWriteTime DateTime
Gets the time when the current file was last written to.
Path string
Gets the absolute path of the current file.

Methods

Name Value Summary
ToString() string