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

Folder content list

Participant ,
Feb 25, 2017 Feb 25, 2017

hello all. I'm trying to automate some of my systems and wanted to ask if anyone knows of a way to populate a form with a folders contents.  I'm trying to make a list of print files from this folder to print on a zebra label.  Any help would be appreciated.

1.2K
Translate
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
LEGEND ,
Feb 26, 2017 Feb 26, 2017

This could not be done in pure JavaScript. It woul need to be an external app.

Translate
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
Participant ,
Feb 26, 2017 Feb 26, 2017

Thanks test. Don't know where to start in this one. I know you can get a list in a browser, say Firefox. But the formatting is needs to be specific to fit on the print area. I will keep researching.

Translate
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
Community Expert ,
Feb 26, 2017 Feb 26, 2017

Don't waster your time. You can't do it in a PDF, unless the user has Acrobat Pro and runs an Action on the folder that saves the file names in it, and even then it will only record PDF files.

Translate
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
Participant ,
Feb 26, 2017 Feb 26, 2017

Exsactly what I need. User has pro. And pdf is all I use.

Translate
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
Community Expert ,
Feb 26, 2017 Feb 26, 2017

In that case it can be done, but they will need to install (or create) an Action with specific code, run it on their files, and then you could use another code to read the file-paths collected by that Action and populate it into your text field.

Note that the list will not reflect any changes in the folder, unless you re-run the Action on it. Not even when the file is re-loaded.

Translate
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
Participant ,
Feb 26, 2017 Feb 26, 2017
LATEST

Good to know. Still a ways to go but this at least points me in the right direction. Thanks T.

Translate
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