FileSystemBox

Template with base implementation of methods for FSelect, DSelect. Mixins: Uses mixin-template $(DIALOG_REF2 FileBox)!(boxName, 10, 60).

mixin template FileSystemBox (
alias boxName
) {}

Members

Functions

getPath
string getPath()

Gets a user-selected file path. Note: call after run() only.

Mixins

__anonymous
mixin FileBox!(boxName, 10, 60)
Undocumented in source.

Mixed In Members

From mixin FileBox!(boxName, 10, 60)

this
this(string title, string path, uint h, uint w)

Creates an object.

setPath
void setPath(string path)

Sets start path.

Meta