All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.carrotgarden.maven.scalor.util.OS.scala Maven / Gradle / Ivy

package com.carrotgarden.maven.scalor.util

import java.io.FileDescriptor
import java.io.File

/**
 * Operating System support.
 *
 * TODO
 */
object OS {

  def list() = {
    val fd = new FileDescriptor
  }

  def hasFileOpen( file : File ) : Option[ Boolean ] = {
    ???
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy