[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/II. DIR. GRAL. DE ESTUDIOS DE POSGRADO E INVESTIGACION/SUPERVISION ACAD. E INTERCAMBIO INTER/24. SEGUIMIENTO DE EGRESADOS/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
REGISTROS SEGUIMIENTO DE EGRESADOS
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/II. DIR. GRAL. DE ESTUDIOS DE POSGRADO E INVESTIGACION/SUPERVISION ACAD. E INTERCAMBIO INTER/24. SEGUIMIENTO DE EGRESADOS/REGISTROS SEGUIMIENTO DE EGRESADOS/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
25. ATENCION DE USUARIOS DE EQUIPOS
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/III. DIR. GRAL DE ADMINISTRACION/COMPUTO/25. ATENCION DE USUARIOS DE EQUIPOS/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
REGISTROS ATENCION A USUARIOS DE EQUIPO
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/III. DIR. GRAL DE ADMINISTRACION/COMPUTO/25. ATENCION DE USUARIOS DE EQUIPOS/REGISTROS ATENCION A USUARIOS DE EQUIPO/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
26. CONTRATACION
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/III. DIR. GRAL DE ADMINISTRACION/RECURSOS HUMANOS/26. CONTRATACION/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
- « Página anterior
- 1
- …
- 12
- 13
- 14
- 15
- 16
- …
- 38
- Página siguiente »