Xref: utzoo gnu.emacs.help:321 comp.emacs:9505 Path: utzoo!utgpu!watserv1!watmath!uunet!tut.cis.ohio-state.edu!EAGLE.WESLEYAN.EDU!KRAINIER From: KRAINIER@EAGLE.WESLEYAN.EDU (geek) Newsgroups: gnu.emacs.help,comp.emacs Subject: VMS Question -- directory_file_name in sys_access() Message-ID: <9011131734.AA13079@life.ai.mit.edu> Date: 13 Nov 90 17:35:25 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Geek Pride, Inc. Lines: 13 X-Unparsable-Date: 13-NOV-1990 12:33:36.80 VMS Question... On sys_access in SYSDEP.C. Why does it call directory_file_name? Debugging code I stuffed in has reported that sys_access never gets asked about directories directly anyway. Does it happen in rare cases? Can I safely remove it? (I've replaced the sys_access routine with another routine and am trying not to include a 512 char array if I can avoid it). -kevin krainier@eagle.wesleyan.edu