How to get content of a folder?

Discuss and share scripts and script files...
Post Reply
binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

How to get content of a folder?

Post by binocular222 »

I need to get a list of all files & folders inside a specific folder (not current one), but this not works:
report([template], [target path])
I think report() should be able to handle this.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

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

Re: How to get content of a folder?

Post by highend »

Depending on what info you really want to get:
quicksearch()
listfolder()
folderreport()
One of my scripts helped you out? Please donate via Paypal

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: How to get content of a folder?

Post by binocular222 »

Thanks.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Post Reply