Jump to content

Enumerate through RCData


Recommended Posts

I have developed a script that adds data to itself, very similar to this one: 

It all works very good.

I now need a way to enumerate through all of the data stored in RCData to know how many different files there are and what they are named. Do you know a function that can do that?

Thanks in advance! :)

greetz,
Leo

Edited by Leo1906
Link to comment
Share on other sites

Ok damn .. sorry that I've made this post... Found out my self now.

The answer is:

Local $test = _WinAPI_EnumResourceNames("C:\Users\root\test\test.exe", 10)
_ArrayDisplay($test)

 

Couldn't find this first using google and the forum and thought it would be somehow difficult. But it's really simple.
Well .. maybe this thread can help somebody in the future ..

Sorry aggain for posting and answering my own question just a few minutes later .. :/

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...