StealthProfilePath
Returns the file system path to the current Stealth profile directory.
In Python, this method is named GetStealthProfilePath.
Возвращает путь в файловой системе к каталогу текущего профиля Stealth.
В Python метод называется GetStealthProfilePath.
function StealthProfilePath: String;
def GetStealthProfilePath() -> str: ...
begin
AddToSystemJournal('Profile path: ' + StealthProfilePath);
end.
AddToSystemJournal(f'Profile path: {GetStealthProfilePath()}')