Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Xixo

#1
Found:



http://www.newlisp.org/index.cgi?page=Code_Snippets">http://www.newlisp.org/index.cgi?page=Code_Snippets



(define (link? path-name)

   (= 0120000 (& (file-info path-name 1) 0120000)))



Sorry for the noise!



X.
#2
Hi all.

Probabily a simple problem for you (I hope!).

I'm tryng to get a list from directory() without symlinks.

I mean only folders and real files.

I look around with no luck.

Is it possible?

Thanks in advance for any help!



Xixo