Description: Retrieve the file type (extention) from a filename or a full path.
FileMaker Prototype:
Set Variable [$res; ACFU_GetExtentionFromPath( 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.
AnnualReport_DemoFurnitures Full package with report generation to Excel, adding 3 different chart types to the report. Stacked column and line-chart on sheet 1, 2 and 3. Multiple doughnuts on sheet 4.
MakePlatformBannerImages Full package for adding plattform banners overlay on product images. Uses ImageMagic
RetrieveDataFromExcel Return a two-dimensional JSON array from the content of a Excel Spreadsheet
DragAndDropOptions Create Option JSON object for use with the new Drag & Drop functions in the ACF-Plugin 1.7.7.4, now 1.7.8.2 is available.
LocalizedDate Convert at Date or Timestamp value to a localized string
DemoGetSQLdata A short demo to demonstrate the named placeholders and the INTO statement in ACF-plugin SQL.
GenJWTtoken Create and sign a JWT token for use in API-authentication
HaversineDistance Calculate the surface distance between two pair of coordinates of the globe
GetCityCoordinates Return the geo coordinates for a given city or address
NormalizeCRs Replace CRLF and LF to CR in a string (Value list)