Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatestJpg

A Simple python script to find the latest file in a directory path.

note: This is not asynchronious - it needs to be called each time to detect a file file.

I believe watchdog will provide Asynch file scanning.

Example useage

from LatestJpeg import LatestJpg
lj = LatestJpg("/Users/DrSpok/Dev/Astro/Images")
print(f"Most recent file is {lj.mostrecentfile()}")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages