C# Class XG.Business.Helper.FileSystem

Inheritance: XG.Plugin.ANotificationSender
Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
DeleteFile ( string aName ) : bool
MoveFile ( string aNameOld, string aNameNew ) : bool

Method Details

DeleteFile() public static méthode

public static DeleteFile ( string aName ) : bool
aName string
Résultat bool

MoveFile() public static méthode

public static MoveFile ( string aNameOld, string aNameNew ) : bool
aNameOld string
aNameNew string
Résultat bool