Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: ASP.NET equivalent of File System Object


Message #1 by "Jeffrey Widmer" <jwidmer@o...> on Mon, 8 Jan 2001 17:15:05 -0500
Is there an equivalent of the File System Object for creating folders, etc.

in ASP.NET?

Thanks in advance.

-Jeff





---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by "Anders Lundholm" <lundholm@s...> on Mon, 8 Jan 2001 23:32:21 +0100
Hello Jeff!

Look in the System.IO classes, they're great for such things.

You could also visit http://www.aspheute.com and look for the translated

german articles on directory-browsing. They explain a lot about those

classes along with long examples.



with regards

anders lundholm · lundholm@s...

the sphereworx / monoliner experience

--









---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #3 by Minh Truong <minht@V...> on Mon, 8 Jan 2001 14:30:35 -0800
Look in System.IO.File class



---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #4 by Susan Warren <swarren@m...> on Mon, 8 Jan 2001 18:26:43 -0800
See System.IO.  There are several samples in the How To section of the

Quickstart samples



---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #5 by "Thomas Tomiczek" <t.tomiczek@t...> on Tue, 9 Jan 2001 08:30:00 +0100
No.



Yes.



Basically, not a replacement for the FileSystemObject, but a list of

objects for managing the complete IO area. Look at the System.IO

namespace.



Thomas Tomiczek

THONA Consulting

http://www.thona-consulting.com/



-----Original Message-----

From: Jeffrey Widmer [mailto:jwidmer@o...]

Sent: Montag, 8. Januar 2001 23:15

To: ASP+

Subject: [aspx] ASP.NET equivalent of File System Object





Is there an equivalent of the File System Object for creating folders,

etc.

in ASP.NET?

Thanks in advance.

-Jeff





---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index