fileName function

This 2020.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Syntax

  • string fileName(filePath)

Parameters

  1. filePathstring

Returns

Returns file name of givenfilePath.

Description

The fileName function returns the file name (without the directory part) of the given filePath.

Related

Examples

fileName("assets/obj/mygeometry.01.obj")
	# result = "mygeometry.01.obj"

In this topic