hi, i have import System.Text, but C# visual studio say that in this line of my code (i want to write something on my sd card) :
FileStream FileHandle = new FileStream(rootDirectory + @ "\hello.txt",FileMode.Create);
FileStream don’t exist, it is not colored in blue. help plz
yes but, i imported System.IO too.
using System; using System.Threading; using System.Text; using Microsoft.SPOT; using System.IO; using Microsoft.SPOT.Hardware; using Microsoft.SPOT.IO; using GHIElectronics.NETMF.FEZ; using GHIElectronics.NETMF.IO;
by imported, i mean :" using"
in my previous reply i witted all “using”, what is references ?
ah, yes, sorry.
ok, thanks, now it work