![]() |
XII Release 0.1.0
|
Converts an absolute path to a 'DOS device path'. More...
#include <DosDevicePath_win.h>
Public Member Functions | |
xiiDosDevicePath (xiiStringView sPath) | |
const wchar_t * | GetData () const |
operator const wchar_t * () const | |
Public Attributes | |
xiiStringWChar | 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.