Closed qnighy closed 7 years ago
Windows allows to access e.g. Graphics/System/IconSet.png via a path Graphics\System\Iconset.png. This is problematic in these two cases:
Graphics/System/IconSet.png
Graphics\System\Iconset.png
load_file
Bitmap.new
Graphics.transition
File.open
Implemented by 819b201. I think this is sufficient for now.
Windows allows to access e.g.
Graphics/System/IconSet.png
via a pathGraphics\System\Iconset.png
. This is problematic in these two cases:load_file
,Bitmap.new
,Graphics.transition
, orFile.open
.