FSO and Razorhttp://forums.asp.net/t/1719282.aspx/1?FSO+and+RazorSun, 11 Sep 2011 04:47:43 -040017192824591754http://forums.asp.net/p/1719282/4591754.aspx/1?FSO+and+RazorFSO and Razor <p>Is there an equivalent to FSO (File systeme object) for classic ASP in the razor syntax for building web pages ?&nbsp;</p> 2011-09-10T22:44:50-04:004591840http://forums.asp.net/p/1719282/4591840.aspx/1?Re+FSO+and+RazorRe: FSO and Razor <p>Razor is just a new view engine for ASP.NET</p> <p>You can use the Classes in System.IO namespace (File, Directory, FileInfo, DirectoryInfo, FileStream etc) to manipulate files and folders in .Net</p> <p><a href="http://msdn.microsoft.com/en-us/library/system.io.aspx">http://msdn.microsoft.com/en-us/library/system.io.aspx</a></p> 2011-09-11T04:47:43-04:00