public RandomAccessFile(File f, String mode)
     : this(f.ToString(), mode)
 {
 }