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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -