Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
JustfName ?
Message
From
01/04/2005 06:24:49
 
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01000565
Message ID:
01000568
Views:
18
Thanks so much Neil. This is exactly what I need. What is the namespace for FileInfo?


>Glenn,
>
>The FileInfo class contains similiar functionality. Sorry but the following code is C# but should be easily converted.
>
>FileInfo myInfo = new FileInfo("c:\\MyDir\\MyFile.txt");
>MessageBox.Show(myInfo.Name);
>
>The Visual FoxPro Toolkit for .NET (www.gotdotnet.com) contains direct replacements for VFP functions that can be used from both C# and VB.
>
>Regards
>Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform