native-path "filename"
Converts a path to its host native form. On Linux, this command returns filename unchanged. On Windows, it translates Cygwin-style paths to native Windows paths. Refer to the documentation SIM_native_path(), for a detailed description of the conversions made.
This command can be used for portability when opening files residing on the host filesystem.
Simics Core