Growlith1223 / ArsMagica2

Ars Magica 2 Bug Tracker
65 stars 31 forks source link

Fix of #146 #177

Closed camilla-ett closed 7 years ago

camilla-ett commented 7 years ago

File.separatorChar → FileSystem.getSeparator

Bluexin commented 7 years ago

What about using Path#getFileName() instead? Wouldn't that work, and avoid the need for such string operations in the first place?