Description: Remove the filename part from a full path, and return the directory path
FileMaker Prototype:
Set Variable [$res; ACFU_GetDirectoriesFromPath( string_path)]
Category: BOOTSTRAP
NOTE: The bootstrap library comes preloaded in the plugin.
Read more
To use Bootstrap functions from other ACF packages, add "USE bootstrap;" just below the package header.
From FileMaker, use the prototype provided above.
Why is it preloaded? Since the developer tools depend on it. It makes it easier to work with the tools withoud having to load the bootstrap package first.
If you need to modify a function, copy the source code and give the function a different name.
If it includes a FunctionID statement, either remove it or assign a new unique FunctionID outside the 200-300 range.