• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Listing a directory with SDK

Explorer ,
May 22, 2013 May 22, 2013

Copy link to clipboard

Copied

Hi all Indesigners,

Is there an easy solution to list all files of a specific directory ?
By easy, I think of a way to do it without using low-level C++ class,
but maybe the Adobe File Library.

Thanks in advance for any help,

TOPICS
SDK

Views

584

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , May 23, 2013 May 23, 2013

You could use APIs provided in WinFileSystemIterator.h/.cpp or MacFileSystemIterator.h/.cpp files of PanelTreeView SDK Sample project source folder.

Votes

Translate

Translate
Participant ,
May 23, 2013 May 23, 2013

Copy link to clipboard

Copied

You could use APIs provided in WinFileSystemIterator.h/.cpp or MacFileSystemIterator.h/.cpp files of PanelTreeView SDK Sample project source folder.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 21, 2021 Jan 21, 2021

Copy link to clipboard

Copied

Since the latest sdk's doesn't have this files, how we can implement the same thing with latest sdk's. Is anyother method is available?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 22, 2021 Jan 22, 2021

Copy link to clipboard

Copied

LATEST

Even though Arun did not like "low-level C++ class", have a look how boost/os_file_functions.hpp uses opendir + readdir …

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines