Tiny note that didn’t seem to be covered in this (great) thread: Using raw string literals to define paths:


It makes it super easy to Shift + Right-Click a file on Windows and go Copy as Path, and then just paste this and prepend an r.
Tiny note that didn’t seem to be covered in this (great) thread: Using raw string literals to define paths:


It makes it super easy to Shift + Right-Click a file on Windows and go Copy as Path, and then just paste this and prepend an r.