Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

StealthProfilePath

Returns the file system path to the current Stealth profile directory.

In Python, this method is named GetStealthProfilePath.

Возвращает путь в файловой системе к каталогу текущего профиля Stealth.

В Python метод называется GetStealthProfilePath.

Pascal

function StealthProfilePath: String;

Python

def GetStealthProfilePath() -> str: ...

Pascal Example

begin
  AddToSystemJournal('Profile path: ' + StealthProfilePath);
end.

Python Example

AddToSystemJournal(f'Profile path: {GetStealthProfilePath()}')

See Also

StealthPath, ShardPath, ProfileName