org.sape.carboncontrib.utils
Class FileUtils

java.lang.Object
  extended byorg.sape.carboncontrib.utils.FileUtils

public class FileUtils
extends Object

File and directory utilities.


Constructor Summary
FileUtils()
           
 
Method Summary
static String getCurrentDirectory()
          Returns the current directory as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

getCurrentDirectory

public static final String getCurrentDirectory()
                                        throws IOException
Returns the current directory as a string.

Returns:
String - the current directory
Throws:
IOException


Copyright 2003 Sapient Corporation. All Rights Reserved.