AbstractPath.FromLocalPath

AbstractPath.FromLocalPath method

Crée unAbstractPath qui représente un emplacement sur le système de fichiers local.

public static AbstractPath FromLocalPath(string path)
ParamètreTaperLa description
pathStringUn chemin sur le système de fichiers local, comme"C:\\fichier.shp" ou"D:\\répertoire\\".

Return_Value

UnAbstractPath qui représente l’emplacement défini par lepath .

Exceptions

exceptioncondition
ArgumentNullExceptionL’argument estnull.

Voir également