performance - Android: Is this method always available and present? -


i want make out root access folders. order correct , available , present?

file ffile = new file(environment.getrootdirectory().getparent()); // return "/" // "/" out root access folders 

you call getrootdirectory() system directory. if want true root of folders, it's "/". new file("/");


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -