*** empty log message ***

This commit is contained in:
Luiz Rafael Culik
2002-03-04 01:32:28 +00:00
parent cd904c40df
commit 820e231ad7

View File

@@ -121,7 +121,7 @@ Static Function GetDirs( cPattern )
Local aDir := {}
Local lLinux := At( 'linux', lower(Os()) ) > 0
Aeval( Directory( cPattern + if(lLinux,"*,"*."), "D" ), ;
Aeval( Directory( cPattern + if(lLinux,"*","*."), "D" ), ;
{ | xItem | If( xItem[ 5 ] = "D" .and. ;
( xItem[ 1 ] != "." .and. xItem[ 1 ] != ".." ), ;
( Aadd( aDir, cPattern + xItem[ 1 ] + If( llinux, "/", '\' ) ), ;