TTMSFNCCustomCloudFileConversion.ExtractFileConversionFileName Method
Extracts the file name, including its extension, from a local path or a URL.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCustomCloudFileConversion
Syntax
class function ExtractFileConversionFileName(AFileName: string): string;
Parameters
| Name | Description |
|---|---|
AFileName |
Local file path or URL to inspect. |
Returns
The detected file name, or an empty string when none can be determined.