d1f5fa06cf
It does not look like shell sessions define their own File class, meaning that the local-platform specific one is always used. Instead we'll define the separator ourselves since it's all we need to perform the basic operations necessary to analyze the path string.
framework-base
The base library provides implementations for some of the default sessions, such as Shell, Meterpreter, DispatchNinja, and VNC. These sessions are used by modules that come pre-packaged with the default module distribution of Metasploit and are depended on by their respective payloads.
Beyond providing the default sessions, framework-base also provides a wrapper interface to framework-core that makes some of the tasks, such as exploitation, into easier to manage functions.
framework-base depends on framework-core