====== Filename(full_path) ====== Category: File function (found in the "Special" category in the EasyMorph application) \\ =====Description===== This function extracts the filename (without extension) from a full file path. \\ =====Arguments===== ^Argument^Type^Description^ |full_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 name can contain dots. In this case, the last dot separates the file name for the file extension (if present). \\ =====Examples===== filename('C:\Documents\myproject.morph') //Returns 'myproject' filename('…\mypath\myfile.txt') //Returns 'myfile' \\ =====See also===== * [[syntax:functions:directory|Directory(full_path)]] * [[syntax:functions:fileextension|FileExtension(full_path)]]