File Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.IO
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["File"] class Type type-node

Syntax

public class File

Constructors

Fields

Name Constant Value Summary
separator
static
separatorChar
static

Methods

Name Value Summary
Delete() bool
Exists() bool
GetAbsolutePath() string
GetCanonicalFile() File
GetCanonicalPath() string
GetName() string
GetPath() string
IsDirectory() bool
Length() long
List() string[]
ListFiles(IFilenameFilter) File[]
Mkdir() bool
Mkdirs() bool
RenameTo(File) void
ToString() string

Operators

Name Value Summary
implicit operator string(File) string