C# Класс Lucrasoft.uMadeEasy.Actions.ActionHelpers.DirectoryRenamerCopier

Performs a complete rename/copy action on all files and folders in the startup folders
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DirectoryRenamerCopier ( ) : System
DirectoryRenamerCopier ( string templateDirectoryPath, string destinationDirectoryPath ) : System
StartRenaming ( ) : bool
StartRenaming ( string sourcePath, string destinationPath ) : bool

Описание методов

DirectoryRenamerCopier() публичный Метод

public DirectoryRenamerCopier ( ) : System
Результат System

DirectoryRenamerCopier() публичный Метод

public DirectoryRenamerCopier ( string templateDirectoryPath, string destinationDirectoryPath ) : System
templateDirectoryPath string
destinationDirectoryPath string
Результат System

StartRenaming() публичный Метод

public StartRenaming ( ) : bool
Результат bool

StartRenaming() публичный Метод

public StartRenaming ( string sourcePath, string destinationPath ) : bool
sourcePath string
destinationPath string
Результат bool