function onFolderLog(text#0)
{
lit#1 = "folderlog: ";
fn_call#3 = echo#2(lit#1 @ text#0);
lit#4 = true;
lit#5 = "\n";
fn_call#8 = FileBrowser_DebugText.addText(lit#5 @ text#0, lit#4);
fn_call#10 = FileBrowser_DebugText.scrollToBottom();
lit#11 = 0;
return lit#11;
}