The MLfiles library is currently a single file containing normal Android file handling and Samba (SMB) file handling. I did this intentionally thinking that a single lib would be easier to use if people needed to do low level file handling across platforms.
The drawback is that it requires the jcifs lib be installed to use the library even if you don't need Samba access. So, the question is:
Should I separate the library into 2 libs: MLfiles and MLsmb? or leave it as 1 library as it is now?
--- Jem
The drawback is that it requires the jcifs lib be installed to use the library even if you don't need Samba access. So, the question is:
Should I separate the library into 2 libs: MLfiles and MLsmb? or leave it as 1 library as it is now?
--- Jem