Need access to OS specific PATH_SEPARATOR
#138505
Labels
needs-acp
This change is blocked on the author creating an ACP.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Hello!
I need access to the
PATH_SEPARATOR
constant that contains the OS specificPATH
separator used bystd::env::split_paths
:rust/library/std/src/sys/pal/unix/os.rs
Lines 25 to 31 in f7b4354
It would be great if this could be exposed similarly to the
MAIN_SEPARATOR{,_PATH}
constants:rust/library/std/src/path.rs
Lines 259 to 270 in f7b4354
Thanks!
The text was updated successfully, but these errors were encountered: