Plasma Engine  2.0
Loading...
Searching...
No Matches
plDosDevicePath Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: