JCL Help:PathRemoveExtension

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Removes the extension from a path.


Pascal

 function PathRemoveExtension(const Path: string): string;


Parameters

Parameters Description
const Path: string The path from which to remove the extension.


Return Value

Path without the extension part.


Description

PathRemoveExtension removes the extension part from the supplied path, if it exists.


See Also

PathExtractFileNameNoExt


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