Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Deva
2.1k
55
5.6k
When I try to get list of files inside a directory it just returns ima
Mar 31 2021 7:22 AM
Hi guys When I try to get list of files inside a directory it just returns image files and subdirectories...
File file = new File("/sdcard/Documents");
String[] list = file.list();
for (String s: list) {
System.out.println(s);
}
output: p0.png p1.svg directory.
But directory contents are: p0.png , p1.svg , directory , c0.css, m0.mp4
What's the problem?
Reply
Answers (
4
)
How to recognize double tap that a uses does in order to zoom?
can i use xamarin without visual studio