IAspNetManagementUtility.ReadFileDates(String, String, String, String) Methode

Definitie

Retourneert de datums en tijden voor het maken, wijzigen en laatste toegang voor de opgegeven bestandsnaam.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 void ReadFileDates(System::String ^ filename, [Runtime::InteropServices::Out] System::String ^ % creationDate, [Runtime::InteropServices::Out] System::String ^ % modifiedDate, [Runtime::InteropServices::Out] System::String ^ % lastAccessDate);
public void ReadFileDates(string filename, out string creationDate, out string modifiedDate, out string lastAccessDate);
abstract member ReadFileDates : string * string * string * string -> unit
Public Sub ReadFileDates (filename As String, ByRef creationDate As String, ByRef modifiedDate As String, ByRef lastAccessDate As String)

Parameters

filename
String

De naam van het bestand waaruit de datums moeten worden gelezen.

creationDate
String

De datum en tijd waarop het bestand is gemaakt.

modifiedDate
String

De datum en tijd waarop het bestand is gewijzigd.

lastAccessDate
String

De datum en tijd waarop het bestand voor het laatst is geopend.

Opmerkingen

Zie de IAspNetManagementUtility voor meer informatie over programmeren met de interface en de Microsoft Management Console (MMC).

Van toepassing op