Torna al Thread

if (this.openFileDialog1.ShowDialog() == DialogResult.OK) { System.IO.FileInfo fileInfo = new System.IO.FileInfo(this.openFileDialog1.FileName); this.txtPathCompleto.Text = fileInfo.FullName; this.txtSoloNome.Text = fileInfo.Name; this.txtSoloPath.Text = fileInfo.DirectoryName; }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5