luke2012 Well-Known Member Licensed User Longtime User Oct 17, 2016 #1 Hi to all. How to create a new directory in the root of the disk using File.MakeDir for all supported B4J OS (Win, Mac and Linux) ? B4X: File.MakeDir("?", "mydir") Last edited: Oct 17, 2016
Hi to all. How to create a new directory in the root of the disk using File.MakeDir for all supported B4J OS (Win, Mac and Linux) ? B4X: File.MakeDir("?", "mydir")
B billzhan Active Member Licensed User Longtime User Oct 17, 2016 #2 File.MakeDir("/", "mydir") 'linux/mac os File.MakeDir("D:/", "mydir") 'windows Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 17, 2016 #3 You can find all the root paths with the code posted here: https://www.b4x.com/android/forum/t...drive-s-for-a-given-folder.68217/#post-432602 Upvote 0
You can find all the root paths with the code posted here: https://www.b4x.com/android/forum/t...drive-s-for-a-given-folder.68217/#post-432602