Open darkfrog26 opened 4 years ago
Apparently, on Windows, the FileName.value gets the full path like: C:\....\MyClass.scala instead of just the file name.
FileName.value
C:\....\MyClass.scala
can confirm, tested on windows 11 + scala 2.13.15
Apparently, on Windows, the
FileName.value
gets the full path like:C:\....\MyClass.scala
instead of just the file name.