Method IsAllowed | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IsAllowed(string)

Returns true if the file at path is compatible with this allow option. Note that the file may not exist (e.g. in the case of saving).

public bool IsAllowed(string path)

Parameters

path string

Returns

bool

Edit this page