![]() |
Plasma Engine
2.0
|
Converts an absolute path to a 'DOS device path'. More...
#include <DosDevicePath_Win.h>
Public Member Functions | |
plDosDevicePath (plStringView sPath) | |
const wchar_t * | GetData () const |
operator const wchar_t * () const | |
Public Attributes | |
plStringWChar | m_Data |
Converts an absolute path to a 'DOS device path'.
https://docs.microsoft.com/dotnet/standard/io/file-path-formats#dos-device-paths
This is necessary to support very long file paths, ie. more than 260 characters.