; Module/File: FileManager_OpenWithFolder.pb ; Function: Opens the File Manager with directory ... - Linux ; Author: Omi ; Date: Apr. 19, 2015 ; Version: 0.1 ; Target Compiler: PureBasic 5.22/5.31/5.40 ; Target OS: Linux: (X/K/L)ubuntu, Mint, 32/64, Ascii/Uni ;-------------------------------------------------------------- ;use an existing folder ... gFolder.s= "/home/charly-xubuntu/Programming/PBSource/LinuxAPI_Lib/Misc" ProgramID= RunProgram("xdg-open", gFolder, "") If Not ProgramID ProgramID= RunProgram("gnome-open", gFolder, "") EndIf ; IDE Options = PureBasic 5.40 LTS Beta 9 (Linux - x86) ; CursorPosition = 5 ; EnableUnicode ; EnableXP