ma2med Posted June 7, 2015 Share Posted June 7, 2015 hi, I would like to know if there a way to get size of meta.xml of any resource thanks. Link to comment
Anubhav Posted June 7, 2015 Share Posted June 7, 2015 fileGetSize( fileOpen( 'meta.xml' ) ) Link to comment
ma2med Posted June 7, 2015 Author Share Posted June 7, 2015 fileGetSize( fileOpen( 'meta.xml' ) ) Not working "unable to open meta.xml" Link to comment
arezu Posted June 7, 2015 Share Posted June 7, 2015 You have to check that the file exists and that you have permission to read from it. Link to comment
Anubhav Posted June 7, 2015 Share Posted June 7, 2015 Solution is: you need to stop the resource, by the way, you can do this on onResourcePreStart, maybe it works Link to comment
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