Web.HTTPApp.DosPathToUnixPath

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DosPathToUnixPath(const Path: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall DosPathToUnixPath(const System::UnicodeString Path);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

Convertit un chemin DOS en chemin Unix.

Utilisez DosPathToUnixPath pour convertir un nom de chemin sur la machine locale en chemin pouvant être passé dans un message HTTP ou utilisable par une application Unix. DosPathToUnixPath convertit tous les caractères (\) en caractères (/).

Le paramètre Path est le chemin DOS. La valeur renvoyée est le chemin Unix correspondant.

Voir aussi