NSFileManager.GetUrl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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).
- shouldCreate
- Boolean
- error
- NSError
Retours
- Attributs