Skip to Content
0
Former Member
Jan 09, 2012 at 10:23 PM

Can you retrieve properties of a BLS from within the BLS?

39 Views

Using MII 12.0.

What I am wanting to do is to be able to read in the properties of the BLS as it's being executed, parse out the file path of it, and then write to the corresponding file path under the WEB tab. If the folder doesn't exist, then create it.

For example, if I my BLS is in the folder UTILITY/TEST/ABC, the file I would like to write out should then be in the /UTILITY/WEB/TEST/ABC folder.

If I took this same BLS and copied into the /UTILITYTEST/XYZ folder, when it ran, the file I would like to write out should then be in the /UTILITY/WEB/TEST/XYZ folder.

Is there a way to do this?

Thanks,

SC