Marios Posted November 17, 2016 Posted November 17, 2016 I have a folder with some files that all have the extension ".iwd" i want the script to auto delete the files with date newer than date modified 2006 Can someone help me?
Developers Jos Posted November 17, 2016 Developers Posted November 17, 2016 I am sure when you search you should find several examples you can base this upon. (moved to Support) Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
mikell Posted November 17, 2016 Posted November 17, 2016 May I suggest : Open the help file _FileListToArray FileGetTime FileDelete
Marios Posted November 18, 2016 Author Posted November 18, 2016 Hello , Im just new here and im not good at it thats why i asked for help huys !
Moderators Melba23 Posted November 18, 2016 Moderators Posted November 18, 2016 Marios, We know you are new and we will help you - but we do ask that you show some initiative as well. We do not just post code on request - think of the old saying: "Give a man a fish, you feed him for a day; give a man a net and you feed him forever". We try to be net makers and repairers, not fishmongers. You have been pointed to a couple of functions which will help you. I suggest that you look at the Help file pages for those functions and try and code something yourself. If it does not work, then post what you have (see here how to do it) and we will help you get it working. Hope to see you back soon with some code. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Marios Posted November 18, 2016 Author Posted November 18, 2016 Thank you Melba23 , I ll post my code here if something goes wrong ! Thanks all of you for your time !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now