Share via


NSFileManager.ComponentsToDisplay(String) Method

Definition

[Foundation.Export("componentsToDisplayForPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] ComponentsToDisplay(string path);
[<Foundation.Export("componentsToDisplayForPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ComponentsToDisplay : string -> string[]
override this.ComponentsToDisplay : string -> string[]

Parameters

path
String

Returns

String[]
Attributes

Applies to