We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31573b commit 14467f3Copy full SHA for 14467f3
lib/std/src/fs/Path.ri
@@ -9,7 +9,7 @@ import ../mem;
9
import ../conv;
10
11
public struct Path {
12
- public alias max_path_len := libc.MAX_PATH_LEN;
+ public alias MAX_LEN := libc.MAX_PATH_LEN;
13
public const SEPARATOR := #if _WINDOWS_ b'\\' #else b'/' #endif;
14
public static separatorStr := #if _WINDOWS_ "\\" #else "/" #endif;
15
public static delimiter := #if _WINDOWS_ ";" #else ":" #endif;
0 commit comments