Partager via


NSFileManager.GetUrl Méthode

Définition

Recherche et crée éventuellement le répertoire commun spécifié dans un domaine.

[Foundation.Export("URLForDirectory:inDomain:appropriateForURL:create:error:")]
public virtual Foundation.NSUrl GetUrl (Foundation.NSSearchPathDirectory directory, Foundation.NSSearchPathDomain domain, Foundation.NSUrl url, bool shouldCreate, out Foundation.NSError error);
abstract member GetUrl : Foundation.NSSearchPathDirectory * Foundation.NSSearchPathDomain * Foundation.NSUrl * bool *  -> Foundation.NSUrl
override this.GetUrl : Foundation.NSSearchPathDirectory * Foundation.NSSearchPathDomain * Foundation.NSUrl * bool *  -> Foundation.NSUrl

Paramètres

directory
NSSearchPathDirectory

Type de répertoire que vous recherchez (par exemple, répertoire du bureau, répertoire de documents, répertoire corbeille, etc.).

domain
NSSearchPathDomain

Le domaine est utilisé pour spécifier l’emplacement de base (par exemple par rapport à l’accueil de l’utilisateur, un répertoire système ou un répertoire réseau).

url
NSUrl

Ce paramètre peut être null.

shouldCreate
Boolean
error
NSError

Retours

Attributs

S’applique à