Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB.NET equivalent of VFP File() & Fdate() functions
Message
De
05/02/2008 09:28:21
 
 
À
05/02/2008 09:12:30
Stan Vaninger
Mitek Industries, Inc
Missouri, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01289491
Message ID:
01289503
Vues:
37
This message has been marked as the solution to the initial question of the thread.
Will DirectoryInfo and FileInfo do the trick?
something like this
Dim ReportDirInfo As System.IO.DirectoryInfo = My.Computer.FileSystem.GetDirectoryInfo(reportpath)
            Dim Reportfiles() As System.IO.FileInfo = ReportDirInfo.GetFiles(reportnamewithdate + "*.pdf")
            Dim createdtime As DateTime = Reportfiles(0).CreationTime
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform