godot/drivers/unix
volzhs 356c35954a change invalid characters when get user data dir on Windows & Unix
Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix.
So, change it to ``-`` to be able to make folder.

fixes #4928 and it's altanative to #4986.

(cherry picked from commit 9073dc9963)
2016-06-25 00:05:00 +02:00
..
SCsub
dir_access_unix.cpp Added relative paths for DirAccess::remove() 2016-03-05 13:35:48 +01:00
dir_access_unix.h
file_access_unix.cpp
file_access_unix.h
ip_unix.cpp
ip_unix.h
memory_pool_static_malloc.cpp
memory_pool_static_malloc.h
mutex_posix.cpp
mutex_posix.h
os_unix.cpp change invalid characters when get user data dir on Windows & Unix 2016-06-25 00:05:00 +02:00
os_unix.h
packet_peer_udp_posix.cpp
packet_peer_udp_posix.h
semaphore_posix.cpp
semaphore_posix.h
stream_peer_tcp_posix.cpp
stream_peer_tcp_posix.h
tcp_server_posix.cpp
tcp_server_posix.h
thread_posix.cpp
thread_posix.h