ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snacks

Lightweight App that displays files in folders/subfolders & allows launching

<< < (5/8) > >>

KodeZwerg:
Why not use Windows Shared Folders for that particular reason?
The only thing you need to do is to create a link to share.
easy as.
-KodeZwerg (March 12, 2021, 07:44 PM)
--- End quote ---

Unfortunately that won't work since the basic premise would be local access. In an network failure or ransomware event, windows shared folders may be rendered inoperable.  Also, We're talking accessing 23,000   files, so doing this over a network would be very difficult.
-dcsev (March 12, 2021, 11:35 PM)
--- End quote ---
A Shared Folder use that permissions that you set. If set to Local only it is local only. Most common is to Share over Network you are right, but it aint limited/restricted to such usage.
A few lines above is a downloadable app, just in case you missed. (GirkovArpa)

Nod5:
Here you go.
-GirkovArpa (March 12, 2021, 11:00 AM)
--- End quote ---
That looks nice, seems functional for this request.

Off topic: I have come across Sciter a few times before but haven't made anything with it. I see you have a small test repo that transpiles some ahk to sciter here https://github.com/GirkovArpa/ahk-to-sciter . Let me ask: do you know of some Sciter project with AutoHotkey interop, like what is available for Python https://github.com/sciter-sdk/pysciter ?

GirkovArpa:
Here you go.

Nod5:
Here you go.
-GirkovArpa (March 14, 2021, 08:28 PM)
--- End quote ---
Neat! I will experiment with that.

BGM:
I use FreeCommander for things like this.  It has a flat view that lets you view all the files in all folders - and you can filter it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version