Write to file folder problem

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

"c:\inetpub\wwwroot\html\043396718852.html"

The path is too long after being fully qualified. Make sure path is less
than 260 characters.

This doesn't make sense for the string that I generate above. What could
possibly be wrong? I am only trying to write html files to a folder.
 
You posted no code, nor did you describe any. You posted a string and an
error message. The exception was not thrown by the string, but by some
unknown (to us) code.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.
 
What do you do with this file name ?

Also what if you try the same code with a 8.3 name...

Patrice
 
Back
Top