Thread
Konzept: Synchronisation einer Ordnerstruktur
(19 answers)
Opened by
StefanJ
at
2006-03-02 10:17
ptk
2006-03-10 14:40
User since
2003-11-28
3645 Artikel
ModeratorIn
Mit
Code: (
dl
)
use File::stat
kann man aber
Code: (
dl
)
stat($datei)->mtime
schreiben und muss sich nicht die Reihenfolge im Array merken. File::stat ist außerdem ein Standardmodul, tut also nicht weh.
View full thread
Konzept: Synchronisation einer Ordnerstruktur