Hello all,

When there's no file path in the streamwriter constructor does anyone know the location the file gets output to?

ie
Code:
Dim sw as StreamWriter = new Streamwriter("test.txt")
sw.close
Thanks,

Strick