C# Class XG.Business.Helper.FileSystem

Inheritance: XG.Plugin.ANotificationSender
ファイルを表示 Open project: lformella/xdcc-grabscher

Public Methods

Method Description
DeleteFile ( string aName ) : bool
MoveFile ( string aNameOld, string aNameNew ) : bool

Method Details

DeleteFile() public static method

public static DeleteFile ( string aName ) : bool
aName string
return bool

MoveFile() public static method

public static MoveFile ( string aNameOld, string aNameNew ) : bool
aNameOld string
aNameNew string
return bool