Sublime Forum

Unable to make a file - BUG?

#1

Let assume I want to create a file having name Integers: Floats.py. Then sublime indeed creates filename but having name only Integers i.e. character before :. Also if I click Open file location, then it opens explorer in This PC.

I am not sure if it the bug in sublime or the normal behavior of sublime. Is it?

0 Likes

#2

As per https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file, using a colon : is not allowed in a file path name, at least on Windows.

1 Like