S
S Moran
why would i do this?
using (FileStream fs = File.Create(path))
wouldnt
FileStream fs = File.Create(path)
work fine?
using (FileStream fs = File.Create(path))
wouldnt
FileStream fs = File.Create(path)
work fine?