Jump to content

Recommended Posts

Posted

DirCreate will not work for me when a file with the name of the directory already exists. Example code:

FileWrite(@ScriptDir & "\bug", "")
DirCreate(@ScriptDir & "\bug")

Is this normal behavior or is something seriously wrong? :whistle:

Posted

This is normal. Try it in windows itself to see the results.

Create a new text file somewhere and name it bug, then try to create a folder with the same name.

Who else would I be?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...