Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Renvoie le nom d'un fichier ou répertoire, tel qu'affiché dans l'explorateur Windows

Espace de nom : Developpez.Dotnet.System
Assembly : Developpez.Dotnet.System (dans Developpez.Dotnet.System.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public static string GetDisplayName(
	string path
)
Visual Basic (Déclaration)
Public Shared Function GetDisplayName ( _
	path As String _
) As String
Visual C++
public:
static String^ GetDisplayName(
	String^ path
)

Paramètres

path
Type: System..::..String
Chemin du fichier ou répertoire

Valeur de retour

Nom d'affichage du fichier ou répertoire

Voir aussi