Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created March 4, 2023 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugexe/5bb5683a90f4ad1c1daeca6d96bac4cc to your computer and use it in GitHub Desktop.
Save ugexe/5bb5683a90f4ad1c1daeca6d96bac4cc to your computer and use it in GitHub Desktop.
PS C:\rakubrew\versions\moar-2023.02\foo> raku -e 'use nqp; my $path = q|C:\\rakubrew\\versions\\moar-2023.02\\foo\\| ~ (q|a| x 245); say qq|\\\\?\\$path|.IO.e; say nqp::stat($path, nqp::const::STAT_EXISTS); say nqp::stat(qq|\\\\?\\$path|, nqp::const::STAT_EXISTS)'
False
0
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment