Macro: SET_FILE_MOD_TIME

Module location: FMAC line 9949 (view source)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: SET_FILE_MOD_TIME fileName "TO" date {hour} {minute} {second} Description: Sets the file modified date/time stamp for the specified file. Parameters: fileName The file to set the date/time stamp for. date The new date that the file was modified. {hour} The new hour that the file was modified. {minute} The new minute that the file was modified. {second} The new second that the file was modified. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    !A []   $597 !1 !3  //Date

    #IF (!0 > 3)
        !A [] $598 !4   //Hour
    #ENDIF

    #IF (!0 > 4)
        !A [] $599 !5   //Minutes
    #ENDIF

    #IF (!0 > 5)
        !A [] $59A !6   //Seconds
    #ENDIF

    !A []   $596 !1