#Region ; *** Dynamically added Include files *** #include ; added:12/05/22 09:38:56 #include ; added:12/05/22 09:38:56 #EndRegion ; *** Dynamically added Include files *** ;~ #include Global Const $DIR_REMOVE = 1 ;~ #include Global Const $FC_OVERWRITE = 1 ; Overwrite existing files Global Const $FT_MODIFIED = 0 ; Date and time file was last modified (default) Global Const $FT_RECURSIVE = 1 Global Const $FT_STRING = 1 Global $g_sIntallSav_C = "C:\Install.sav" Global $g_sTempDir = "D:\TempSav" If FileExists($g_sTempDir) Then DirRemove($g_sTempDir, $DIR_REMOVE) FileSetAttrib($g_sIntallSav_C, "-R", $FT_RECURSIVE)