[Gambas-user] 1.9.44 suggestion
Timothy Marshal-Nichols
timothy.marshal-nichols at ...247...
Tue Oct 24 12:17:19 CEST 2006
> -----Original Message-----
> From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user-
> bounces at lists.sourceforge.net] On Behalf Of olinux
> Sent: 24 October 2006 07:07
> To: mailing list for gambas users
> Subject: [Gambas-user] 1.9.44 suggestion
>
> a suggestion for the dir function:
>
> make possible a filter on hidden files because dir return
systèmatiquely
> hidden files.
Use a pattern:
Dir(User.Home, "[^.]*")
>
> a suggestion for a new exist function:
This function does exist. But the help on the function does not appear
to exist :-)
>
> there is no function to now if a file already exist on the disk.
>
> regards
> Olivier Coquet
>
>
Thanks
8-) Timothy Marshal-Nichols
<mailto: timothy.marshal-nichols at ...247...>
More information about the User
mailing list