[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

GetForcedPathDelims

Performs path delimiter substitutions for the specified file name.

Declaration

Source position: lazfileutils.pas line 93

function GetForcedPathDelims(

  const FileName: string

):string;

Arguments

FileName

  

File name examined in the function.

Function result

File name after any path delimiter substitutions.

Description

GetForcedPathDelims is a String function used to perform path delimiter substitutions on the specified file name for the current platform or OS. GetForcedPathDelims calls ForcePathDelims using a copy of FileName as an argument. This ensures that the original file name remains unchanged when path delimiter substitutions are needed.

See also

ForcePathDelims

  

Ensures that path delimiters in the specified file name are correct for the current platform or OS.


Version 3.2 Generated 2024-02-25 Home