Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.System (dans Developpez.Dotnet.System.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Transforme un chemin absolu en un chemin relatif au répertoire de base spécifié
Espace de nom : Developpez.Dotnet.SystemAssembly : Developpez.Dotnet.System (dans Developpez.Dotnet.System.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static string MakeRelativePath( string path, string basePath ) |
Visual Basic (Déclaration) |
---|
Public Shared Function MakeRelativePath ( _ path As String, _ basePath As String _ ) As String |
Visual C++ |
---|
public: static String^ MakeRelativePath( String^ path, String^ basePath ) |
Paramètres
- path
- Type: System..::..String
Chemin absolu à transformer
- basePath
- Type: System..::..String
Chemin du répertoire de base