issues
search
brombres
/
Rogue
Rogue programming language. Ergonomic, object-oriented, high-level, multi-platform, compiles to C.
MIT License
29
stars
8
forks
source link
Dev/files fix and shell_escaped for windows
#49
Closed
AbePralle
closed
5 years ago
AbePralle
commented
5 years ago
Critical bug fix for Files class - Files(".",...) was not working.
File.shell_escaped(filepath:String)->String now supports Windows.
Added File.is_valid_filename_character(ch:Character,&any_os)->Logical