Quantcast
Channel: wpfdialogs Wiki Rss Feed
Viewing all articles
Browse latest Browse all 20

Updated Wiki: RenamerDialog

$
0
0

RenamerDialog - English

Description
The RenamerDialog has functions for renaming folders and files.

How-To-Use
  1. Create an instance: WPF_Dialogs.Dialogs.RenamerDialog r = new WPF_Dialogs.Dialogs.RenamerDialog("Path of folder/file");
  2. Call the showDialog():
    1. As a normal function: r.showDialog();
    2. or as a function with return: WPF_Dialogs.EDialogResult result = r.showDialog();
  3. check the result:
    1. As a normal function: if(r.DialogResult == WPF_Dialogs.EDialogResult.OK) { do something }
    2. As a function with return:
      1. with variable: if(result == WPF_Dialogs.EdialogResult.OK) { do something }
      2. direct call: if(r.showDialog() == WPF_Dialog.EDialogResult.OK) { do something }

Features
  • Version 0.2.0
    • Defaults: IsFolder is true
    • renames folders and files (the datatyp will not be changed)

Screenshots
RenamerDialog Version 0.2.0 - 0.2.*
Version 0.2.0 - V0.2.*

Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>