Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8143389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:06:46+00:00 2026-06-06T13:06:46+00:00

I want to list all files in a directory Using PyroCMS. Using the Files

  • 0

I want to list all files in a directory Using PyroCMS.

Using the Files module each client has their own folder, the folder is their User ID

\files\clients\{ID}\  

I need something like this.

 {{ foreach file in { files:/clients/{{ user:id }} } }} 

     <a href="{{files:current_file_name_and_ext}}">{{files:current_file_name}}</a>

{{ endif }}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T13:06:47+00:00Added an answer on June 6, 2026 at 1:06 pm

    You should be able to do something like this…

    {{ files:listing folder="/files/clients/{{ client_id }}" }}
      <a href="{{ url:site }}files/clients/{{ filename }}">Download {{ name }}</a>
    {{ /files:listing }}
    

    You will need to set the client_id variable though. You could set it in your contoller and use:

    $this->template
      ->set('client_id', $client_id)
      ->build('page-template-goes-here');
    

    Or even use the current user with the tag:

    {{ user:id }}
    

    I haven’t tested this, but you should be able to get something going.

    From here:

    http://docs.pyrocms.com/2.1/manual/index.php/modules-and-tags/tag-reference/files
    http://docs.pyrocms.com/2.1/manual/index.php/modules-and-tags/tag-reference/user

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to (by using File::Find) first list all files in current directory, and
I want to list all files on an FTP server using PHP. According to
I want to list all users with their corropsonding user class. Here are simplified
I want to find all excel files within a directory structure using recursion. The
I'm using find to all files in directory, so I get a list of
How can i list all files in a directory . I want only the
I want to get a list of all files in a directory that contain
Linux: I want to list all the files in a directory and within its
I had a question using Perl's readdir(). I want to gather all the files
I'm trying to list all files in a virtual directory and it's sub directories.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.