votes
how to get the file name from copy file dialog?
hi! I have an issue with copying and moving files using standart Windows dialogs. here is snippet: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using ...
