Returns the creation date and time of the specified file.
The creation date and time of the specified file.
Exception Type | Condition |
---|---|
IOException | The specified file does not exist. |
ArgumentException | path is a zero-length string, contains only white space, or contains one or more invalid characters. |
PathTooLongException | The specified path, file name, or both exceed the system-defined maximum length. |
NotSupportedException | The path parameter is in an invalid format. |
FileFunctions Class | NAnt.Core.Functions Namespace