Book a Demo

Author Topic: Reverse engineer a Component view  (Read 2427 times)

Amancay

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Reverse engineer a Component view
« on: July 16, 2004, 01:59:03 am »
Hi!

Is it possible to "read" in a directory structure as you do with source code and just creating Components for each file (any kind!).
It would be wonderfull for documentation purposes.

Yours

A

thomaskilian

  • Guest
Re: Reverse engineer a Component view
« Reply #1 on: July 16, 2004, 08:50:50 am »
The only way will be to use the automation interface. Using that you can do almost anything...

Amancay

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Reverse engineer a Component view
« Reply #2 on: July 20, 2004, 04:54:13 am »
Thank you for the suggestion!
It was very intresting to look into the automation interface. The code producing a good starting point for my needs kan be found at http://amancay.net/code/DirCv.zip

Alejandro