User Tools

Site Tools


syntax:functions:fileextension

This is an old revision of the document!


FileExtension(full_path)

Category: File function (found in the "Special" category in the EasyMorph application)


Description

This function extracts the file extension (with dot) from a full file path.


Arguments

ArgumentTypeDescription
path Text A file path including the file name.

Return value type: Text.


Remarks

This function works with both relative and absolute file paths.

The file extension is the characters after the last dot, not the first dot.


Examples

filename('C:\Documents\myproject.morph')  //Returns '.morph'
filename('…\mypath\myfile.txt')  //Returns '.txt'


See also

syntax/functions/fileextension.1668178852.txt.gz · Last modified: 2022/11/11 10:00 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki