kotlin.io.FileAlreadyExistsException
FileAlreadyExistsException
class FileAlreadyExistsException : FileSystemException
Platform and version requirements: JVM
An exception class which is used when some file to create or copy to already exists.
Constructors
FileAlreadyExistsException( file: File, other: File? = null, reason: Strin |