IBX.IBDatabaseINI.SlashPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SlashPath( sPath : string ) : string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall SlashPath(System::UnicodeString sPath);

Properties

Type Visibility Source Unit Parent
function public
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI IBX.IBDatabaseINI

Description

Adds a backslash after the given path.

The SlashPath method adds a backslash (Windows) or a slash (Linux, Unix, Mac OS) after the path specified through the sPath parameter. If the given path already has a backslash (or slash) or the path is an empty string, SlashPath does nothing.

See Also