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

A value that indicates the url of current folder.

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

Reference

options type
wijfileexplorer jQuery Widget