Guest prsobel Posted May 23, 2005 Posted May 23, 2005 The ChangeLog file in the Include file installed by AutoIt 3.1.1 says, "File.au3: - Removed: _DirRemoveContents , obsolete, replaced by FileDelete() internal command." Does this mean FileDelete can now be used to eliminate the contents of a directory which itself contains subdirectories? If so, how? New and confused. Thank you.
Developers Jos Posted May 23, 2005 Developers Posted May 23, 2005 The ChangeLog file in the Include file installed by AutoIt 3.1.1 says, "File.au3: - Removed: _DirRemoveContents , obsolete, replaced by FileDelete() internal command."Does this mean FileDelete can now be used to eliminate the contents of a directory which itself contains subdirectories? If so, how?New and confused. Thank you.<{POST_SNAPBACK}>guess it should say the DirRemove() makes it obsolete.... DirRemove ( "path" [, recurse]) 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.
GaryFrost Posted May 23, 2005 Posted May 23, 2005 FileDelete should ony remove files specified by the call To remove files and subfolders look into the DirRemove function SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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