FileSystem对象常用的文件操作函数有哪些?1、root函数格式 root()功能描述 返回一个路径串变量应用代码 ‘sample string = c:\intels\jingcaichunfeng\’ Public Function root() root = Request.ServerVariables(“Appl_Physical_Path”) End Function2、url函数格式 url()功能描述 返回一个URL串变量应用代码 ‘sample string = http://www.intels.net/filesys.asp’ Public Function url