legend 16 Posted March 11, 2013 Share Posted March 11, 2013 Hi, for some reason, I can't write to a file that is system hidden, but if it's not system hidden, it works fine #include FileSetAttrib(@scriptdir & "\includes\config.conf", "+SH") _FileWriteToLine(@scriptdir & "\includes\config.conf", 3, "test, 1) this does not work, someone knows a way around it, and if its possible? Link to post Share on other sites
legend 16 Posted March 11, 2013 Author Share Posted March 11, 2013 nvm, it's not possible, solution is to unhide it, write to it, and hide it again Link to post Share on other sites
JohnOne 1,626 Posted March 11, 2013 Share Posted March 11, 2013 Or use #RequireAdmin perhaps. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to post Share on other sites
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