Hi Linux/Mac users,
How would I filter out unwanted files from a list and only allow executables to show on Linux/Mac using RequestFile()?
How would I filter out unwanted files from a list and only allow executables to show on Linux/Mac using RequestFile()?
' cross-platform executable extension filter ?Win32 Const ext$="Executable:exe" ?Linux Const ext$="" ?Mac Const ext$="" ? f$=RequestFile$("Choose Executable",ext$)