8#ifndef PXR_ARCH_SYSTEM_INFO_H
9#define PXR_ARCH_SYSTEM_INFO_H
14#include "pxr/arch/pxr.h"
15#include "pxr/arch/api.h"
18ARCH_NAMESPACE_OPEN_SCOPE
32ARCH_NAMESPACE_CLOSE_SCOPE
std::string ArchGetExecutablePath()
Return the path to the program's executable.
int ArchGetPageSize()
Return the system's memory page size. Safe to assume power-of-two.
std::string ArchGetCwd()
Return current working directory as a string.