Wijmo UI for the Web
path Field
wijmo.fileexplorer Namespace > IFileExplorerRequest Interface : path Field

The target path to perform the operation. It has different meaning for different command. <ul> <li> GetItems - Get the sub folders and files of the specified path.</li> <li> Paste - Copy the specified paths defined in sourcePaths to the path.</li> <li> CreateDirectory - The path of the new directory to create.</li> <li> Rename - Rename the specified path defined in sourcePaths to the new path defined in path.</li> <li> Move - Move the specified paths defined in sourcePaths to the path.</li> <li> Delete - Invalid.</li> <li> GetHostUri - Invalid. </li> </ul>

Syntax
var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest;
var value; // Type: string
value = instance.path;
var path : string;
See Also

Reference

IFileExplorerRequest Interface