Pilar-JLSineriz Active Member Licensed User Longtime User Sep 9, 2015 #1 Hi Is there any library or module to find/search a file in the device? Regards
Erel B4X founder Staff member Licensed User Longtime User Sep 9, 2015 #2 You can use File.ListFiles to search for files in a folder. You can recursively search for a file in a complete tree. Upvote 0
You can use File.ListFiles to search for files in a folder. You can recursively search for a file in a complete tree.
DonManfred Expert Licensed User Longtime User Sep 9, 2015 #3 Pilar-JLSineriz said: Is there any library or module to find/search a file in the device? Click to expand... Additional to @Erel answer you can use this Snippet. Upvote 0
Pilar-JLSineriz said: Is there any library or module to find/search a file in the device? Click to expand... Additional to @Erel answer you can use this Snippet.