quamotion / madb

SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.
Apache License 2.0
361 stars 133 forks source link

Getting files in directory and modified timestamp #209

Closed tommaier123 closed 3 years ago

tommaier123 commented 3 years ago

Hello, Is there a better way than using shell to get the files in a directory? I need the filenames and the modified timestamps.