M madSac Active Member Licensed User Longtime User Dec 7, 2012 #1 I want to hide files/folder or secure it from normal user so that one cannot delete of find it. In windows hiding can be done using attrib +s +h +r command but how to do same at micro sd. Some program like esfile manager can do the same.
I want to hide files/folder or secure it from normal user so that one cannot delete of find it. In windows hiding can be done using attrib +s +h +r command but how to do same at micro sd. Some program like esfile manager can do the same.
margret Well-Known Member Licensed User Longtime User Dec 7, 2012 #2 If you put the files in File.DirInternal they are hidden from other apps and normal users. Also, look at File.DirDefaultExternal. Upvote 0
If you put the files in File.DirInternal they are hidden from other apps and normal users. Also, look at File.DirDefaultExternal.
M madSac Active Member Licensed User Longtime User Dec 8, 2012 #3 margret said: If you put the files in File.DirInternal they are hidden from other apps and normal users. Also, look at File.DirDefaultExternal. Click to expand... I got similar answer while searching. Nut i want user to select folder and hide it& regain if at that place. Upvote 0
margret said: If you put the files in File.DirInternal they are hidden from other apps and normal users. Also, look at File.DirDefaultExternal. Click to expand... I got similar answer while searching. Nut i want user to select folder and hide it& regain if at that place.