B4A Question Usb folder path - postasat (first post)    May 30, 2018   (2 reactions) Thank you,
I did it !
'open external file USB
Storage.OpenInputStream(Storage.FindFile(GetCurrentFolder,filelist))
'read file
TR1.Initialize(File.OpenInput(foldertoload, filelist))
:) B4A Question ContentResolver - openInputStream is missing - Erel (first post)    Jun 18, 2020   (1 reaction) This is equivalent to:
File.OpenInput(Dir, File) 'in ContentChooser event.
It has nothing to do with getting a file URI. Spanish File.OpenInput ENOENT (No such file or directory) - josejad (first post)    Nov 25, 2020 Hola Ángel:
¿Puedes poner las partes de tu código en la que usas archivos a ver si así alguien ve algo raro que te pueda ayudar? B4A Tutorial [java] Loading files from a library - FabioC6 (first post)    Jan 25, 2017 File.OpenInput returs a wrapperinput,
Is there a way to convert it to a FileInputStream? B4A Code Snippet Get the path to media files returned from ContentChooser - Erel    Jul 24, 2022   (8 reactions) It is a mistake to try to get a file path from the returned resource. It will not work in most cases, and even if you will be able to get the path, you will not be able to access it.
You can use File.OpenInput to access the remote resource.
Correct solution: TextEditor - Save and load external fi B4A Question Run pdf file - Erel (first post)    Aug 09, 2020   (1 reaction) File.OpenInput has nothing to do with "running" a file.
Search for FileProvider and see how the image is displayed with the default viewer app. B4A Question Please help me, How to resolve warning from Google Play - NGUYEN TUAN ANH (first post)    Apr 22, 2021 DataFile1.Initialize (File.OpenOutput (File.DirInternal, FileName1, False))
DataFile2.Initialize (File.OpenInput (File.DirRootExternal & "/ Test /", Filename2))
Only Text file B4R Question B4R to add the library - xkz (first post)    Sep 19, 2024 at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:216) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at anywheresoftware.b4a.objects.streams.File.OpenInput(File.java:225) at B4A Library CarouselView - a Carousel for displaying images - Johan Schoeman (first post)    Jun 08, 2016   (4 reactions) OpenInput(File.DirRootExternal, "/pictures/image_4.jpg")
'bm.Initialize2(in) 'Export the generated bitmap to a PNG and save in in the pictures folder 'Make sure nothing is stuck that should B4J Question [SOLVED] [RPi] Get VID/PID (VendorId/ProductId) or assign fixed port number to USB serial device - raphaelcno (first post)    Oct 06, 2020 io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at anywheresoftware.b4a.objects.streams.File.OpenInput(File.java:218) at anywheresoftware.b4a.objects.stre Page: 1   2   3   4   5   6   7   Powered by ColBERT |