Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB.NET equivalent of VFP File() & Fdate() functions
Message
From
05/02/2008 09:28:21
 
 
To
05/02/2008 09:12:30
Stan Vaninger
Mitek Industries, Inc
Missouri, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01289491
Message ID:
01289503
Views:
36
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
Previous
Reply
Map
View

Click here to load this message in the networking platform