Jump to content

need help creating a directory


Recommended Posts

need to create a directory in this location. where it says @username it needs to pull the user login name. How do i do this

DirCreate("C:\Documents and Settings\@UserName\Application Data\Microsoft\Signatures\test")

also tried this.

DirCreate("C:\Documents and Settings\%username%\Application Data\Microsoft\Signatures\test")

Edited by mikerock
Link to comment
Share on other sites

  • Developers

DirCreate("C:\Documents and Settings\" & @UserName & "\Application Data\Microsoft\Signatures\test")

muttley

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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