func doCurrentDir(_data) println('QDir::setCurrent(', Path, ');') event(onCurrentDir) end func Current() return('QDir::current()') end func CurrentPath() return('QDir::currentPath()') end