Wijmo UI for the Web
initPath Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : initPath Option

A value that determines initial path to load data into the wijfileexplorer widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijfileexplorer("option", "initPath");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijfileexplorer("option", "initPath", newValue);
        
});
var initPath : string;
See Also

Reference

options type
wijfileexplorer jQuery Widget