Page 1 of 1

IsPackFile(#PackFile)

Posted: Thu Dec 21, 2023 12:20 pm
by the.weavster

Code: Select all

IsPackFile(#PackFile) 
To check a handle is valid, just as we have with

Code: Select all

IsFile(#File) 
and

Code: Select all

IsDatabase(#Database)

Re: IsPackFile(#PackFile)

Posted: Fri Dec 22, 2023 12:41 pm
by Quin
+1. It'd be great to see the packer library get some nice updates overall soon :)

Re: IsPackFile(#PackFile)

Posted: Fri Dec 22, 2023 12:48 pm
by BarryG
Including password support.

Re: IsPackFile(#PackFile)

Posted: Fri Dec 22, 2023 3:03 pm
by the.weavster
If the WebView coming in 6.10 will allow us to expose PB functions to JS these kind of checks are important to stop a script from being able to crash the host app.