Quite a regular
Joined: 2006/12/6 20:39 Last Login
: 11/6 20:09
From California, Unitied States
Group:
Registered Users
|
Just tried the latest 2.4 version of YT and it didn't work for me until I made a change.
I get the following error when using:
"Failed to create directory T:YT/ - object not found Unable to open T:YT/YT-Debug.log"
To fix I changed the following line: IF ~Exists("T:YT/") THEN ADDRESS COMMAND "MakeDir T:YT/" to: IF ~Exists("T:YT") THEN ADDRESS COMMAND "MakeDir T:YT"
Had to take out the / after YT. Then it works great. Is this just me?
|