G
Guest
Hi All,
I'm using SUBST to simulate an additional drive:
C:\WINDOWS\system32\subst.exe e: c:\drive_e
When I try to create a file in a subdirectory of C:\drive_e (Dim sw As New
System.IO.StreamWriter(MyFile, Append, System.Text.Encoding.Default)) using
the virtual drive E:, my application throws a
'System.IO.DirectoryNotFoundException' exception. No problem if using the
real folder name. What can it be?
[XP Pro SP2, VB2005]
Thanks
I'm using SUBST to simulate an additional drive:
C:\WINDOWS\system32\subst.exe e: c:\drive_e
When I try to create a file in a subdirectory of C:\drive_e (Dim sw As New
System.IO.StreamWriter(MyFile, Append, System.Text.Encoding.Default)) using
the virtual drive E:, my application throws a
'System.IO.DirectoryNotFoundException' exception. No problem if using the
real folder name. What can it be?
[XP Pro SP2, VB2005]
Thanks