Path syntax style (native, POSIX, or Windows).
Declared in <llvm/Support/Path.h>
enum class Style : int;
| Name | Description |
|---|---|
native | Host-native path style. |
posix | POSIX path style. |
windows_slash | Windows paths with forward slashes. |
windows_backslash | Windows paths with backslashes. |
windows | Deprecated alias for windows_backslash. |
| Name | Description |
|---|---|
get_separator | Return the preferred separator for this platform. |
is_style_posix | Check if S uses POSIX path rules. |
is_style_windows | Check if S uses Windows path rules. |