Login Page - Create Account

Support Board


Date/Time: Sat, 19 Apr 2025 15:39:43 +0000



Post From: [ACSIL] How select Path only like Set(get)PathAndFileName?

[2025-03-17 07:05:04]
User351137 - Posts: 14
Thanks for your response! However, this solution sets the path statically in the code, which is not what I need.
I need the user to be able to select a folder dynamically using a dialog, similar to SetPathAndFileName(), but without requiring a file selection.

Currently, with SetPathAndFileName(), the user must select a file in the folder for the "Open" button to become active. This is inconvenient because the user often just wants to select a directory.

Would it be possible to have a function that opens the folder selection dialog, allowing the user to select a directory without choosing a file?