Phaser Posted February 10, 2014 Posted February 10, 2014 Hi Guys I've just added $aArray = _FileListToArray("\Program Files\AutoIt3\SciTE\MyFolder\TheGroup\Data", "*.txt") To a script I have, it works fine and wondered if there was a call available to GET the current directory instead of the long one printed above? it would help for using on various PC's, I looked through the help file but couldn't find anything, I found @Desktop etc. Possible?
JohnOne Posted February 10, 2014 Posted February 10, 2014 @ScriptDir AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
BlackDawn187 Posted February 10, 2014 Posted February 10, 2014 There's a couple macros listed in the help file that may benefit you, Such as JohnOne posted @ScriptDir, There is also @WorkingDir, @ProgramsFilesDir. I suggest you take a look to find the most appropriate macro for your application.
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