Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 11, 2011 04:47 AM by Prashant Kumar
Member
12 Points
8 Posts
Sep 10, 2011 10:44 PM|LINK
Is there an equivalent to FSO (File systeme object) for classic ASP in the razor syntax for building web pages ?
Star
12346 Points
1993 Posts
Sep 11, 2011 04:47 AM|LINK
Razor is just a new view engine for ASP.NET
You can use the Classes in System.IO namespace (File, Directory, FileInfo, DirectoryInfo, FileStream etc) to manipulate files and folders in .Net
http://msdn.microsoft.com/en-us/library/system.io.aspx
gbouchard99
Member
12 Points
8 Posts
FSO and Razor
Sep 10, 2011 10:44 PM|LINK
Is there an equivalent to FSO (File systeme object) for classic ASP in the razor syntax for building web pages ?
Prashant Kum...
Star
12346 Points
1993 Posts
Re: FSO and Razor
Sep 11, 2011 04:47 AM|LINK
Razor is just a new view engine for ASP.NET
You can use the Classes in System.IO namespace (File, Directory, FileInfo, DirectoryInfo, FileStream etc) to manipulate files and folders in .Net
http://msdn.microsoft.com/en-us/library/system.io.aspx