Colección de subcarpetas ASP
La colección de subcarpetas ASP se utiliza para devolver la colección de todas las subcarpetas en una carpeta específica. Sintaxis: FolderObject.SubFolders Ejemplo: El siguiente código muestra la colección ASP Folder.SubFolders. ASP <% dim fs,fo,x set fs=Server.CreateObject(«Scripting.FileSystemObject») ‘Get the folder to be read set fo=fs.GetFolder(«d:\GFG\») ‘Loop through the subfolders in the folder for each … Continue reading «Colección de subcarpetas ASP»