Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
JustfName ?
Message
De
01/04/2005 06:16:09
 
 
À
01/04/2005 06:06:07
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01000565
Message ID:
01000567
Vues:
17
This message has been marked as the solution to the initial question of the thread.
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform