FileManager

package com.apple.eio;

public class FileManager {

  public static void setFileTypeAndCreator(String filename, int type, int creator) throws IOException
  public static void setFileType(String filename, int type) throws IOException
  public static void setFileCreator(String filename, int creator) throws IOException
  public static int getFileType(String filename) throws IOException
  public static int getFileCreator(String filename) throws IOException
  public static String findFolder(int folderType) throws FileNotFoundException
  public static String findFolder(short domain, int folderType) throws FileNotFoundException
  public static String findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException
  public static void openURL(String url) throws IOException
  public static String getResource(String resourceName) throws FileNotFoundException   public static String getResource(String resourceName, String subDirName) throws FileNotFoundException
}

Previous | Next | Top | Cafe con Leche

Copyright 2005, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 6, 2006