Package microsoft.visualbasic.fileio
Class FileSystem
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.fileio.FileSystem
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class FileSystem extends NetObject
The base .NET class managing Microsoft.VisualBasic.FileIO.FileSystem, Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.FileIO.FileSystem
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Corestatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.FileIO.FileSystemstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description FileSystem()
FileSystem(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSystem
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoFileSystem
, a cast assert is made to check if types are compatible.static java.lang.String
CombinePath(java.lang.String baseDirectory, java.lang.String relativePath)
static void
CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName)
static void
CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, boolean overwrite)
static void
CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI)
static void
CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI, UICancelOption onUserCancel)
static void
CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName)
static void
CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, boolean overwrite)
static void
CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI)
static void
CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI, UICancelOption onUserCancel)
static void
CreateDirectory(java.lang.String directory)
static void
DeleteDirectory(java.lang.String directory, DeleteDirectoryOption onDirectoryNotEmpty)
static void
DeleteDirectory(java.lang.String directory, UIOption showUI, RecycleOption recycle)
static void
DeleteDirectory(java.lang.String directory, UIOption showUI, RecycleOption recycle, UICancelOption onUserCancel)
static void
DeleteFile(java.lang.String file)
static void
DeleteFile(java.lang.String file, UIOption showUI, RecycleOption recycle)
static void
DeleteFile(java.lang.String file, UIOption showUI, RecycleOption recycle, UICancelOption onUserCancel)
static boolean
DirectoryExists(java.lang.String directory)
static boolean
FileExists(java.lang.String file)
static java.lang.String
getCurrentDirectory()
static DirectoryInfo
GetDirectoryInfo(java.lang.String directory)
static DriveInfo
GetDriveInfo(java.lang.String drive)
static FileInfo
GetFileInfo(java.lang.String file)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic java.lang.String
GetName(java.lang.String path)
static java.lang.String
GetParentPath(java.lang.String path)
static java.lang.String
GetTempFileName()
static void
MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName)
static void
MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, boolean overwrite)
static void
MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI)
static void
MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI, UICancelOption onUserCancel)
static void
MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName)
static void
MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName, boolean overwrite)
static void
MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI)
static void
MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI, UICancelOption onUserCancel)
static TextFieldParser
OpenTextFieldParser(java.lang.String file)
static TextFieldParser
OpenTextFieldParser(java.lang.String file, int... fieldWidths)
static TextFieldParser
OpenTextFieldParser(java.lang.String file, java.lang.String... delimiters)
static TextFieldParser
OpenTextFieldParser(java.lang.String dupParam0, JCORefOut dupParam1)
static StreamReader
OpenTextFileReader(java.lang.String file)
static StreamReader
OpenTextFileReader(java.lang.String file, Encoding encoding)
static StreamWriter
OpenTextFileWriter(java.lang.String file, boolean append)
static StreamWriter
OpenTextFileWriter(java.lang.String file, boolean append, Encoding encoding)
static byte[]
ReadAllBytes(java.lang.String file)
static java.lang.String
ReadAllText(java.lang.String file)
static java.lang.String
ReadAllText(java.lang.String file, Encoding encoding)
static void
RenameDirectory(java.lang.String directory, java.lang.String newName)
static void
RenameFile(java.lang.String file, java.lang.String newName)
static void
setCurrentDirectory(java.lang.String CurrentDirectory)
void
setJCOInstance(JCObject instance)
static void
WriteAllBytes(java.lang.String file, byte[] data, boolean append)
static void
WriteAllBytes(java.lang.String dupParam0, JCORefOut dupParam1, boolean dupParam2)
static void
WriteAllText(java.lang.String file, java.lang.String text, boolean append)
static void
WriteAllText(java.lang.String file, java.lang.String text, boolean append, Encoding encoding)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic.Core- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.FileIO.FileSystem- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static FileSystem cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoFileSystem
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
FileSystem
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
DirectoryExists
public static boolean DirectoryExists(java.lang.String directory) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingMethodException, TargetInvocationException
-
FileExists
public static boolean FileExists(java.lang.String file) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
ReadAllBytes
public static byte[] ReadAllBytes(java.lang.String file) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, SerializationException, MissingMethodException, TargetInvocationException, ObjectDisposedException, IOException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OutOfMemoryException
SerializationException
MissingMethodException
TargetInvocationException
ObjectDisposedException
IOException
ArrayTypeMismatchException
WaitHandleCannotBeOpenedException
AbandonedMutexException
-
OpenTextFieldParser
public static TextFieldParser OpenTextFieldParser(java.lang.String file, int... fieldWidths) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, RegexParseException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ExternalException, CultureNotFoundException, FileNotFoundException, SerializationException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
RegexParseException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ExternalException
CultureNotFoundException
FileNotFoundException
SerializationException
InvalidEnumArgumentException
-
OpenTextFieldParser
public static TextFieldParser OpenTextFieldParser(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, RegexParseException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ExternalException, CultureNotFoundException, FileNotFoundException, SerializationException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
RegexParseException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ExternalException
CultureNotFoundException
FileNotFoundException
SerializationException
InvalidEnumArgumentException
-
OpenTextFieldParser
public static TextFieldParser OpenTextFieldParser(java.lang.String file, java.lang.String... delimiters) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, RegexParseException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ExternalException, CultureNotFoundException, FileNotFoundException, SerializationException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
RegexParseException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ExternalException
CultureNotFoundException
FileNotFoundException
SerializationException
InvalidEnumArgumentException
-
OpenTextFieldParser
public static TextFieldParser OpenTextFieldParser(java.lang.String file) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, RegexParseException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ExternalException, CultureNotFoundException, FileNotFoundException, SerializationException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
RegexParseException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ExternalException
CultureNotFoundException
FileNotFoundException
SerializationException
-
GetDirectoryInfo
public static DirectoryInfo GetDirectoryInfo(java.lang.String directory) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException
-
GetDriveInfo
public static DriveInfo GetDriveInfo(java.lang.String drive) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, ExternalException, CultureNotFoundException
-
GetFileInfo
public static FileInfo GetFileInfo(java.lang.String file) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException, ObjectDisposedException, FormatException
-
OpenTextFileReader
public static StreamReader OpenTextFileReader(java.lang.String file, Encoding encoding) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException, ObjectDisposedException, FormatException
-
OpenTextFileReader
public static StreamReader OpenTextFileReader(java.lang.String file) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
OpenTextFileWriter
public static StreamWriter OpenTextFileWriter(java.lang.String file, boolean append, Encoding encoding) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException, ObjectDisposedException, FormatException
-
OpenTextFileWriter
public static StreamWriter OpenTextFileWriter(java.lang.String file, boolean append) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
CombinePath
public static java.lang.String CombinePath(java.lang.String baseDirectory, java.lang.String relativePath) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException
- Throws:
java.lang.Throwable
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentNullException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
-
GetName
public static java.lang.String GetName(java.lang.String path) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
NotSupportedException
-
GetParentPath
public static java.lang.String GetParentPath(java.lang.String path) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, FormatException
-
GetTempFileName
public static java.lang.String GetTempFileName() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, FormatException, SerializationException, MissingMethodException, TargetInvocationException, ObjectDisposedException, IOException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
ArgumentNullException
CultureNotFoundException
FormatException
SerializationException
MissingMethodException
TargetInvocationException
ObjectDisposedException
IOException
-
ReadAllText
public static java.lang.String ReadAllText(java.lang.String file, Encoding encoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
-
ReadAllText
public static java.lang.String ReadAllText(java.lang.String file) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArrayTypeMismatchException, OutOfMemoryException
-
CopyDirectory
public static void CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, boolean overwrite) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
CultureNotFoundException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
CopyDirectory
public static void CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
CopyDirectory
public static void CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
CopyDirectory
public static void CopyDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
CultureNotFoundException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
CopyFile
public static void CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, boolean overwrite) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, CultureNotFoundException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
CultureNotFoundException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
CopyFile
public static void CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
CopyFile
public static void CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
CopyFile
public static void CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, CultureNotFoundException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
CultureNotFoundException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
CreateDirectory
public static void CreateDirectory(java.lang.String directory) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FormatException, IOException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
CultureNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FormatException
IOException
-
DeleteDirectory
public static void DeleteDirectory(java.lang.String directory, DeleteDirectoryOption onDirectoryNotEmpty) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, NotSupportedException, CultureNotFoundException, DirectoryNotFoundException, IOException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
NotSupportedException
CultureNotFoundException
DirectoryNotFoundException
IOException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
ObjectDisposedException
-
DeleteDirectory
public static void DeleteDirectory(java.lang.String directory, UIOption showUI, RecycleOption recycle, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, DirectoryNotFoundException, IOException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
NotSupportedException
DirectoryNotFoundException
IOException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
DeleteDirectory
public static void DeleteDirectory(java.lang.String directory, UIOption showUI, RecycleOption recycle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, DirectoryNotFoundException, IOException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
NotSupportedException
DirectoryNotFoundException
IOException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
DeleteFile
public static void DeleteFile(java.lang.String file, UIOption showUI, RecycleOption recycle, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, FileNotFoundException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
FileNotFoundException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
IOException
-
DeleteFile
public static void DeleteFile(java.lang.String file, UIOption showUI, RecycleOption recycle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, FileNotFoundException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
FileNotFoundException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
IOException
-
DeleteFile
public static void DeleteFile(java.lang.String file) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, CultureNotFoundException, RankException, ArrayTypeMismatchException, FileNotFoundException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, IOException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
CultureNotFoundException
RankException
ArrayTypeMismatchException
FileNotFoundException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
IOException
-
MoveDirectory
public static void MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, boolean overwrite) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
CultureNotFoundException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
MoveDirectory
public static void MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
MoveDirectory
public static void MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName, UIOption showUI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
MoveDirectory
public static void MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, CultureNotFoundException, RankException, ArrayTypeMismatchException, DirectoryNotFoundException, IOException, NotSupportedException, OperationCanceledException, FileNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
CultureNotFoundException
RankException
ArrayTypeMismatchException
DirectoryNotFoundException
IOException
NotSupportedException
OperationCanceledException
FileNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
-
MoveFile
public static void MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName, boolean overwrite) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, CultureNotFoundException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
CultureNotFoundException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
MoveFile
public static void MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
MoveFile
public static void MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName, UIOption showUI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
MoveFile
public static void MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, CultureNotFoundException, RankException, ArrayTypeMismatchException, FileNotFoundException, IOException, NotSupportedException, OperationCanceledException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
CultureNotFoundException
RankException
ArrayTypeMismatchException
FileNotFoundException
IOException
NotSupportedException
OperationCanceledException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
RenameDirectory
public static void RenameDirectory(java.lang.String directory, java.lang.String newName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, FormatException, IOException, MissingMethodException, TargetInvocationException, DirectoryNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
CultureNotFoundException
FormatException
IOException
MissingMethodException
TargetInvocationException
DirectoryNotFoundException
-
RenameFile
public static void RenameFile(java.lang.String file, java.lang.String newName) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException, ObjectDisposedException, FormatException, FileNotFoundException, IOException
-
WriteAllBytes
public static void WriteAllBytes(java.lang.String file, byte[] data, boolean append) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ObjectDisposedException, FormatException, SerializationException
- Throws:
java.lang.Throwable
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentException
OutOfMemoryException
ExternalException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
NotSupportedException
ObjectDisposedException
FormatException
SerializationException
-
WriteAllBytes
public static void WriteAllBytes(java.lang.String dupParam0, JCORefOut dupParam1, boolean dupParam2) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ObjectDisposedException, FormatException, SerializationException
- Throws:
java.lang.Throwable
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentException
OutOfMemoryException
ExternalException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
NotSupportedException
ObjectDisposedException
FormatException
SerializationException
-
WriteAllText
public static void WriteAllText(java.lang.String file, java.lang.String text, boolean append, Encoding encoding) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ObjectDisposedException, FormatException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
java.lang.Throwable
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentException
OutOfMemoryException
ExternalException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
NotSupportedException
ObjectDisposedException
FormatException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
WriteAllText
public static void WriteAllText(java.lang.String file, java.lang.String text, boolean append) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException, ObjectDisposedException, FormatException, MissingMethodException, TargetInvocationException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
ArgumentException
CultureNotFoundException
ObjectDisposedException
FormatException
MissingMethodException
TargetInvocationException
ArrayTypeMismatchException
-
getCurrentDirectory
public static java.lang.String getCurrentDirectory() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException
-
setCurrentDirectory
public static void setCurrentDirectory(java.lang.String CurrentDirectory) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException
-
-