Jump to content

Search the Community

Showing results for tags 'modification'.

  • Search By Tags

    • modification ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. I am trying to dynamically get folders and their modification date, I was orientated by this: ; Initial Launch, grab current GetTime $file1_1 = FileGetTime("X:\aescripts\testimg", 0, 1) Timecheck() Func Timecheck() $file1_2 = FileGetTime("X:\test\testimg", 0, 1) If $file1_1 == $file1_2 The...
  2. Whats is the best method to know if a specific folder has changed his files. In my case I want to check if pictures in my folder have been changed or not. (If someone is interest in future plans I want to count afterwards the files in that folder, but that is not important now) Can anyone help me ou...
  3. I'm using ftp functions but the modification time always have 0 seconds. Is it how it should work? I checked in FileZilla and it returns seconds.
×
×
  • Create New...