FileDateTime Function
Returns a Date value that indicates the date and time a file was created or last modified.
The My feature gives you greater productivity and performance in file I/O operations than FileDateTime. For more information, see My.Computer.FileSystem.GetFileInfo Method.
Public Function FileDateTime(ByVal PathName As String) As DateTime
|
Exception type |
Error number |
Condition |
|---|---|---|
|
PathName is invalid or contains wildcards. |
||
|
Target file does not exist. |
See the "Error number" column if you are upgrading Visual Basic 6.0 applications that use unstructured error handling. (You can compare the error number against the Number Property (Err Object).) However, when possible, you should consider replacing such error control with Structured Exception Handling Overview for Visual Basic.
Namespace: Microsoft.VisualBasic
Module: FileSystem
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)