Computing

Using colons and slashes in Windows filenames

Submitted by Bassdrop, , Thread ID: 118597

Thread Closed
Bassdrop
Neurofunk Selecta
Divine
Level:
0
Reputation:
72
Posts:
593
Likes:
109
Credits:
11.6K
26-01-2019, 05:08 AM
#1
There are plenty of times when colons and slashes would be helpful to havewhen organizing files (music, movies, books, books, etc.) but they're forbidden/reserved characters in Windows:

[Image: Kp59tWP.png]


However, you can use the remarkably similar looking "Modifier Letter Colon" character (Unicode U+A789) in filenames/folders:

Quote:
(not a colon)


On a similar note, you can put forward slashes in your filenames and folder names too, using the "Division Slash" character (Unicode U+2215):

Quote:

(not a slash)


For quick use, I set up an AutoHotkey script so that typing ;;; results in the modifier letter colon and typing //; results in the division slash:

Code:
:*:;;;::{U+A789}

:*://;::{U+2215}



Anyways, happy organizing!

Life is like a box of chocolates, it doesn't last as long for fat people.
1

Users browsing this thread: 1 Guest(s)