JCL Help:PathExtractFileNameNoExt

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the filename without the extension.


Pascal

 function PathExtractFileNameNoExt(const Path: string): string;


Parameters

Parameters Description
const Path: string The Path from which to extract a filename.


Return Value

The filename part of the path, without extension.


Description

Returns the filename part of the supplied path without the extension.


See Also

PathRemoveExtension


About

Unit

JclFileUtils


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page