====== DbgFileView::open ====== (string filename)Open a file for viewing. @note This loads the file from the local system. ===== Syntax ===== bool DbgFileView::open(string %filename); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%filename%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:bool|bool]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:dbgfileview:clearbreakpositions|DbgFileView::clearBreakPositions]]\\ [[scripting:doc:u:dbgfileview:findstring|DbgFileView::findString]]\\ [[scripting:doc:u:dbgfileview:getcurrentline|DbgFileView::getCurrentLine]]\\ [[scripting:doc:u:dbgfileview:removebreak|DbgFileView::removeBreak]]\\ [[scripting:doc:u:dbgfileview:setbreak|DbgFileView::setBreak]]\\ [[scripting:doc:u:dbgfileview:setbreakposition|DbgFileView::setBreakPosition]]\\ [[scripting:doc:u:dbgfileview:setcurrentline|DbgFileView::setCurrentLine]]\\ ===== References ===== This function is not called by any other functions.