Method | Description | |
---|---|---|
CopyFolder ( string sourceDirName, string destDirName, bool copySubDirs ) : void | ||
DeleteDirectory ( string path, bool recursive ) : bool | ||
DeleteDirectory ( string path ) : void | ||
DeleteFile ( string fullFileName ) : void | ||
FileExists ( string fileName ) : bool | ||
GetFileNames ( List |
||
GetFileNames ( List |
||
GetFileNames ( List |
||
GetFileNames ( List |
||
GetFolderNames ( string startingLocation ) : List |
||
OpenFile ( String &xmlContent, String &fileName, String filter ) : bool | ||
OpenFile ( byte &byteContent, |
||
OpenFile ( byte &byteContent, |
||
OpenFolder ( String &selectedPath ) : bool | ||
OpenXmlFile ( String &xmlContent ) : bool | ||
OpenXmlFile ( String &xmlContent, String &fileName ) : bool | ||
ReadFile ( String fileName ) : byte[] | ||
ReadFile ( String fileName, |
||
RenameFile ( string oldName, string newName ) : void | ||
RenameProjectFiles ( string projectPath, string oldName, string newName ) : void | ||
SelectFiles ( List |
||
SetFolderToMonitor ( string folder ) : void | ||
WriteFile ( String fileName, byte fileContent ) : bool | ||
WriteFile ( byte fileContent ) : bool | ||
WriteFile ( byte fileContent, string fileName ) : bool | ||
WriteFile ( byte fileContent, string filter, string fileName ) : bool |
Method | Description | |
---|---|---|
ClearAttributes ( string strDest ) : void | ||
DeleteDir ( string path ) : void | ||
FileManager ( ) : System | ||
InitiFileWatcher ( string path ) : void | ||
OpenFile ( |
||
_fileWatcher_Changed ( object sender, |
||
_fileWatcher_Created ( object sender, |
||
_fileWatcher_Deleted ( object sender, |
||
_fileWatcher_Renamed ( object sender, |
||
getInstance ( ) : |
public static CopyFolder ( string sourceDirName, string destDirName, bool copySubDirs ) : void | ||
sourceDirName | string | |
destDirName | string | |
copySubDirs | bool | |
return | void |
public static DeleteDirectory ( string path, bool recursive ) : bool | ||
path | string | |
recursive | bool | |
return | bool |
public static DeleteDirectory ( string path ) : void | ||
path | string | |
return | void |
public static DeleteFile ( string fullFileName ) : void | ||
fullFileName | string | |
return | void |
public static FileExists ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public static GetFileNames ( List |
||
fileList | List |
|
recurse | bool | |
return | bool |
public static GetFileNames ( List |
||
fileList | List |
|
recurse | bool | |
searchPattern | String | |
return | bool |
public static GetFileNames ( List |
||
fileList | List |
|
parentDirectory | string | |
recurse | bool | |
searchPattern | String | |
useShortNames | bool | |
return | bool |
public static GetFileNames ( List |
||
fileList | List |
|
parentDirectory | string | |
recurse | bool | |
useShortNames | bool | |
return | bool |
public static GetFolderNames ( string startingLocation ) : List |
||
startingLocation | string | |
return | List |
public static OpenFile ( String &xmlContent, String &fileName, String filter ) : bool | ||
xmlContent | String | |
fileName | String | |
filter | String | |
return | bool |
public static OpenFile ( byte &byteContent, |
||
byteContent | byte | |
fileInfo | ||
return | bool |
public static OpenFile ( byte &byteContent, |
||
byteContent | byte | |
fileInfo | ||
filter | String | |
return | bool |
public static OpenFolder ( String &selectedPath ) : bool | ||
selectedPath | String | |
return | bool |
public static OpenXmlFile ( String &xmlContent ) : bool | ||
xmlContent | String | |
return | bool |
public static OpenXmlFile ( String &xmlContent, String &fileName ) : bool | ||
xmlContent | String | |
fileName | String | |
return | bool |
public static ReadFile ( String fileName ) : byte[] | ||
fileName | String | |
return | byte[] |
public static ReadFile ( String fileName, |
||
fileName | String | |
fi | ||
return | byte[] |
public RenameFile ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
return | void |
public static RenameProjectFiles ( string projectPath, string oldName, string newName ) : void | ||
projectPath | string | |
oldName | string | |
newName | string | |
return | void |
public static SelectFiles ( List |
||
files | List |
|
return | bool |
public static SetFolderToMonitor ( string folder ) : void | ||
folder | string | |
return | void |
public static WriteFile ( String fileName, byte fileContent ) : bool | ||
fileName | String | |
fileContent | byte | |
return | bool |
public static WriteFile ( byte fileContent ) : bool | ||
fileContent | byte | |
return | bool |
public static WriteFile ( byte fileContent, string fileName ) : bool | ||
fileContent | byte | |
fileName | string | |
return | bool |
public static WriteFile ( byte fileContent, string filter, string fileName ) : bool | ||
fileContent | byte | |
filter | string | |
fileName | string | |
return | bool |