Re: indenting question

1998-11-12 Thread ixx
On Fri, Nov 13, 1998 at 12:00:42AM +, Glynn Clements wrote: [EMAIL PROTECTED] wrote: actually I think its better to change the width of your tabs in the editor. that way it has the "correct" tab width for indentions for everyone... That's fine if you only ever use tabs for

Re: last question :)

1998-11-07 Thread ixx
On Sat, Nov 07, 1998 at 05:14:56PM +0200, Leon Breedt wrote: what's the fastest way to check for the existence of a file/directory? I do not know about fastest but stat will work. or you can call open and check for error. or...

Re: changing time on a symlink

1998-10-29 Thread ixx
On Wed, Oct 28, 1998 at 07:28:43PM -0800, Salil Kumar wrote: Hi, How can we change the time on a sym link through a C program ? look at utime (man 2 utime)