Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Last Write
Message
 
À
14/03/2006 13:46:34
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
01104298
Message ID:
01104318
Vues:
10
You can use a FileInfo object instance (from the System.IO namespace):
Dim objFileInfo As New FileInfo("c:\temp\test.txt")
messagebox.show ("Last write = " & objFileInfo.LastWriteTime)
>hi
>
>How i can to obtain the last file created?
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform