B4A Library [Class] File Explorer with visualization - Informatix    Sep 17, 2018   (28 reactions)   tags: File Hi,
I created this class because I was frustrated by the File Dialog in the (great) Dialogs lib... like rename, delete, create folder, etc.
Currently, the class can visualize picture and text files... B4J Tutorial Ubuntu Sudo File Explorer - hatzisn    Jun 23, 2022   (2 reactions) searching for my needs. This code runs a File explorer with priviledges of root. All you have to do is open Text Editor and paste in it this text. Then select filter 'All files' and save as f.e. sudo... B4A Question B4J pmfiles: a file explorer example using a treeview, breadcrumbs and various viewers - PaulMeuris    Jul 13, 2024   (14 reactions) you can explore your drives, folders and files.
154771
With the B4XComboBox on the top left you can select... zip-files and full-screen image paging): in message #10
Version 5 (+SQLite database support): in... B4A Question Is it possible... to create File Explorer at Android latest versions ? - Magma    Jul 26, 2022 Hi there....
Is it possible... to create File Explorer at Android latest versions ? (targeting SDK 31)
can i view all folders and files (i know the commands - i mean because of changes) ?
what permissions i will need ?
Is it possible to have a file-explorer at the google play nowdays ?
Thanks... B4A Question File Explorer [Class] - split file names in a ListView? - Alexander66 (first post)    Apr 28, 2023   (1 reaction) Hello everyone, I have found a solution to the issue.
dlgFileExpl.Initialize(Activity, "/sdcard", ".bmp,.gif,.jpg,.png,.mp4", True, False, "OK")
dlgFileExpl.ExplorerMulti2(False)
If Not(dlgFileExpl.Selection.Canceled Or dlgFileExpl.Selection.ChosenFile = " ") Then
Dim s() As String = Regex.Split(";", dlgFileExpl... B4A Question Folder/Dir selector using stock file explorer - Erel (first post)    Apr 2, 2023 ContentChooser - lets the user select a "file".
ExternalStorage - lets the user select a folder.
SaveAs - lets the user select a place to save a "file".
"file" = regular file or any other type of resource.
SaveAs - Let the user select a target folder + list of other related methods... B4A Question Updated File Explorer code/tutorial - Erel (first post)    Feb 14, 2023 If you want to allow the user to select a file then ContentChooser is the correct way to do it.
If you want to build a file manager app then read this: https://www.b4x.com/android/forum/threads... B4A Question I have a problem with a program connection B4A-Bridge >> File Explorer - AlfaizDev (first post)    Jun 14, 2021
Where does Shear come from?
you mean this
client: cwd / shear
It is
The remote default folder:
Thi... Share My Creation Android Watch with B4A. - js486dog    Mar 5, 2026   (14 reactions) cable. 3. Copy APK file from Desktop PC to the Android Watch. 4. Use Android Watch File Explorer to... connection: 149140 File Explorer: 149135 Uninstall APP: 149136 Kill all background running APPs... via magnetic USB cable. File explorer - you can install *.apk files, copy files, delete files.... Use Android Watch File Explorer to instal APK. Before you start using the device: 1) Turn off... by mCreations. Look Here. USB connection: 149174 File Explorer: 149175 Uninstall APP: 149176... B4J Question File Explorer in B4j - fred-han (first post)    Sep 3, 2020 Hi Stevel05 and LucaMs,
that's what i was looking for.
Thanks a lot.... Page: 1   2   3   |