Directory.SubItem

  • Автор темы Автор темы gcomm
  • Дата начала Дата начала

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Реакции
93
Баллы
28
My first step of getting to the folders within a folder is fine > {-Directory.SubItem-|-my-path-to-some-direcory-|-df-|-true-|-all-}

In those folders are files which I need to parse.

If I take the execution result of the above and stuff it in the same macro {-Directory.SubItem-|-execution-result-|-df-|-true-|-all-} It begins pulling all files from the Zennoposter root folder :huh:

In either case my goal is to -

>Get to folders within a folder (this works)
>Get to the html / text files within those (multiple)folders (see sweet image below)

Thanks in advance -

Directory.SubItem.JPG
 
hey, have you tried with ActiveXObject and JavaScript?
 
Don't answer a question with a question.... ;) Example...?
 
do you really need to take to all directories at once?
first macro:
{-Directory.SubItem-|-YOURPATH-|-d-|-false-|-random-} - result will be random directory
{-Directory.SubItem-|-RESULT_OF_ABOVE_MACRO-|-f-|-false-|-random-} - result will be random file from above directory.

If you really need to get to all files, then make loops (instead of "random" put there macro reading some counter, and increase it as long as macro returns some file.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)