7DYZFS7WTWPVXHUCHDDTNLJLQZ7DQPJMQTNHMFY6MOTZJISU5UVAC if #arg > 0 thenif is_absolute_path(arg[1]) thenData_dir = arg[1]elseData_dir = App.current_dir..arg[1]end
if #arg == 0 thenerror('please provide a directory to browse')endif is_absolute_path(arg[1]) thenData_dir = arg[1]elseData_dir = App.current_dir..arg[1]