This is the Linux app named ImpPath whose latest release can be downloaded as ImpPath_2-0_2013-09-13.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ImpPath with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
ImpPath
Ad
DESCRIPTION
Very basic path manipulation library. Aims to be simple, intuitive and predictable (not universal).Works with std::string and std::wstring.
Configurable to support both POSIX and Windows paths (drive letters only - no schemas, network paths etc), as well as some custom formats (with limitations for simplicity).
All configurations understand ".." (parent directory) and "." (current directory) and handle them during normalization. However, this library never tries to access any real file systems, and thus doesn't know anything about symbolic links.
Primarily designed for usage in a secure environment with known simple limitations. For example, for working with internal application resource paths referencing a "sandboxed" virtual filesystem (like with PhysicsFS). Platform-specific path support is mainly intended for tools (e.g. map editor) which need to share a common code base (and perhaps some hard-coded resources) with the main sandboxed application (e.g. game).
Audience
Developers
Programming Language
C++
This is an application that can also be fetched from https://sourceforge.net/projects/imppath/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.