Don't follow symbolic links
This commit is contained in:
		
							parent
							
								
									1671ae0ee3
								
							
						
					
					
						commit
						ad17026fa6
					
				| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
      (lambda (condition more)
 | 
			
		||||
        (format #t "condition while fs-object-info: ~a"  condition)
 | 
			
		||||
        #f)
 | 
			
		||||
      (file-info (combine-path path name))))))
 | 
			
		||||
      (file-info (combine-path path name) #f)))))
 | 
			
		||||
 | 
			
		||||
(define-record-discloser :fs-object
 | 
			
		||||
  (lambda (r)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue