Jump to content

Recommended Posts

Posted

hi,

i don't understand DirMove function, what is problem?

example:

scriptDir\dictionaries

scriptDir\Sound

|- dictionaries

code:

DirMove(@ScriptDir & '\sound\dictionaries',@ScriptDir & "\dictionaries" ,1)

result:

scriptDir\dictionaries

|- dictionaries

scriptDir\Sound

i want to sound\dictionaries folder move to dictionaries

but it is moving under (dictionaries\dictionaries)

thanks

Posted

From the help page for dirmove()

Remarks

If the destination already exists and the overwrite flag is specified then the source directory will be moved inside the destination.

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