ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / NativeFile Class / GetLastWriteTime Method
The path.

In This Topic
    GetLastWriteTime Method (NativeFile)
    In This Topic
    Gets the last write time access for the specified path.
    Syntax
    'Declaration
     
    Public Shared Function GetLastWriteTime( _
       ByVal path As System.String _
    ) As System.Date
    public static System.DateTime GetLastWriteTime( 
       System.string path
    )

    Parameters

    path
    The path.

    Return Value

    The last write time access
    See Also