SourceFileMethods
trait SourceFileMethods
Extension methods of SourceFile
- Source:
- Quotes.scala
Extensions
Deprecated extensions
extension (self: SourceFile)
Path to this source file.
Path to this source file. May be None
for virtual files such as in the REPL.
- Source:
- Quotes.scala
@deprecated("Use getJPath, name, or path instead of jpath", "3.0.2")
Path to this source file.
Path to this source file. May be null
for virtual files such as in the REPL.
- Deprecated
- Source:
- Quotes.scala
Path of the source file.
Path of the source file.
It does not necessarily point to a path in the filesystem, it could be the path of a virtual file.
Use getJPath
to get paths to the filesystem.
- Source:
- Quotes.scala