Executing paper folders & search templates from column script in list

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Schuller
Posts: 189
Joined: 02 May 2023 21:08

Executing paper folders & search templates from column script in list

Post by Schuller »

Hi, can someone please let me know if this is possible?

To have a custom column script with a trigger click where my paper folder text files are located in AppData\Roaming\XYplorer\Paper, that when clicked will open the corresponding paper folder location(not the text file).
Or alternatively, if anyone knows if there exists another way(besides rapid access) to have a list of predetermined group of paper folders(or any file, folders) placed on a tab that when clicked will show in the list and can be clicked there to open.
Last edited by Schuller on 25 Nov 2025 06:48, edited 1 time in total.

WirlyWirly
Posts: 274
Joined: 21 Oct 2020 23:33
Location: Win 10 @ 100% (3440x1440)

Re: Question on paper folders groups in tabs?

Post by WirlyWirly »

I'm confused.

A) Do you want to open the directory where the active paperfolder.txt is saved in?

B) Are you trying to get a list of all the directories the active paperfolder is displaying?

Schuller
Posts: 189
Joined: 02 May 2023 21:08

Re: Executing paper folders & search templates from column

Post by Schuller »

"A) Do you want to open the directory where the active paperfolder.txt is saved in?"

Yes, that much I can do and have I'll have that directory location set on locked TAB if I can have a custom scripted column in that location configured with a trigger click that would open/execute/initiate (whatever its called) those .txt files just as it would when opening a paper folder from say the Catalog. Right now, I can create a paper folder, place in the Catalog and click on it and it will open that paper folder and display whatever I added to it in the list pane. I would like simply do the same thing but from the actual directory where those paper folder .txt files are stored(if possible) by a clickable scripted column.

"B) Are you trying to get a list of all the directories the active paperfolder is displaying?

No

Something like this where I click on the icon and it opens the corresponding text file as a paper folder
Screenshot 2025-11-24 200648.png
Screenshot 2025-11-24 200648.png (20.37 KiB) Viewed 211 times
Last edited by Schuller on 25 Nov 2025 06:49, edited 2 times in total.

highend
Posts: 14577
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Question on paper folders groups in tabs?

Post by highend »

Code: Select all

paperfolder("<cc_item>", , , "l");
One of my scripts helped you out? Please donate via Paypal

Schuller
Posts: 189
Joined: 02 May 2023 21:08

Re: Executing paper folders & search templates from column

Post by Schuller »

YES :D , That's exactly it.
Works perfect!

Thanks
Last edited by Schuller on 25 Nov 2025 06:49, edited 1 time in total.

Schuller
Posts: 189
Joined: 02 May 2023 21:08

Re: Executing paper folders & search templates from column

Post by Schuller »

Can the same thing be accomplished on the FindTemplates directory where the *.ini search templates are stored? Could I run/execute those search templates from a column script there?
Screenshot 2025-11-25 003408.png
Screenshot 2025-11-25 003408.png (15.14 KiB) Viewed 179 times

highend
Posts: 14577
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Executing paper folders & search templates from column script in list

Post by highend »

Code: Select all

loadsearch <cc_base>;
One of my scripts helped you out? Please donate via Paypal


Post Reply