rmdir system call

Nick Randell (nick@metrica.co.uk)
Wed, 20 Mar 1996 07:26:07 +0000


I have some code which is calling rmdir and passing the directory name
is with a trailing '/'.

eg rmdir("/tmp/nick/")

The system call is returning with 'ENOENT'.

The same code works ok on other operating systems. (HPUX, IRIX, AIX ...)

Like my last posting, which is right?

If Linux is wrong, what can I do about it?

TIA

Nick