Author Topic: Colon in @savefile@ and @readfile@  (Read 1014 times)

0 Members and 1 Guest are viewing this topic.

elPerstin

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: elPerstin
Colon in @savefile@ and @readfile@
« on: January 31, 2016, 05:09:28 AM »
Hi there,
following problem (not a bug but a restriction by windows, for which should be a workaround there):

Bug: colon in @savefile@
Info: colons ( : ) are not allowed in Microsoft Windows. Every special character should be filtered out in @savefile@.
How did you produce this bug or come across it?:
  • create a command with following content: "@savefile@[@game@.txt,0]"
  • set the game to e.g. "Dota 2" and execute the command
  • the file "Dota 2.txt" will be created.
  • set the game to e.g. "Dark Souls II: Scholar of the First Sin" and execute the command
  • the file "Dark Souls II: Scholar of the First Sin" will not be created
Pic: N/A
Other: As you can see @savefile@ and @readfile@ should ignore special charaters. this will make sure to get and set "Dark Souls II Scholar of the First Sin" instead of "Dark Souls II: Scholar of the First Sin" in every @savefile@ and @readfile@.

Hope you know what I mean. :)

Regards
elPerstin