Jump to content

Recommended Posts

Guest prsobel
Posted

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
Posted

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.
  :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...