You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
explorer.file.draw(selector)//Draws a directory in the selected JQ selector..path(path)//Moves to path..forward()//Moves forward: Returns false if cant move any farther, True if more is avalible.back()//Moves backwords: Returns false if cant move any farther, True if more is avalible.up()//Moves up a directory: Returns false if cant move any farther, True if more is avalible.callback(function(){//Called back after creation.});explorer.file.select(path,function(){//Function that returns a callback of the path that is selected.});explorer.file.explore(path);//Opens explorer window.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: