Algosim documentation: FileName

FileName

Extracts the file name from a fully qualified file name.

Syntax

Description

If s is a fully qualified file name, then FileName(s) returns the name of the file, including any extension. That is, the drive and directory parts are removed.

Examples

FileList("C:\WINDOWS\System32", "*.scr") @ FileName
Bubbles.scr
Mystify.scr
PhotoScreensaver.scr
Ribbons.scr
scrnsave.scr
ssText3d.scr

See also