Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hxcan authored May 27, 2022
1 parent 7ba1175 commit 11a7414
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ private String getDirectoryContentList(File photoDirecotry, String nameOfFile)
else // 是目录
{
File[] paths = photoDirecotry.listFiles();

Log.d(TAG, "getDirectoryContentList, path: " + photoDirecotry + ", file amount: " + paths.length); // Debug.


// for each pathname in pathname array
for(File path:paths)
Expand Down

0 comments on commit 11a7414

Please sign in to comment.