DavidKnight
Programmer
Hi All;
How do I read a file from my Local 'C' Drive??
The following code reads the Servers 'C' drive!
datagrid.DataSource = Directory.GetFiles("C:\")
datagrid.DataBind()
Thanks David
How do I read a file from my Local 'C' Drive??
The following code reads the Servers 'C' drive!
datagrid.DataSource = Directory.GetFiles("C:\")
datagrid.DataBind()
Thanks David