Skip to content

Commit

Permalink
Merge pull request #3 from hxcan/hxcan-patch-2
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
hxcan authored May 27, 2022
2 parents 7ba1175 + 11a7414 commit 81d46d0
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 81d46d0

Please sign in to comment.