Re: [staf-users] FS delete on Windows

2009-06-19 Thread clayton neal
Thanks Wrote a recurse file/directory delete function in Java instead Cheers From: George Flaherty To: Sharon Lucas ; clayton neal Cc: "staf-users@lists.sourceforge.net" Sent: Thursday, 18 June, 2009 20:32:38 Subject: RE: [staf-users] FS delete

Re: [staf-users] FS delete on Windows

2009-06-18 Thread George Flaherty
neal Cc: staf-users@lists.sourceforge.net Subject: Re: [staf-users] FS delete on Windows A STAF FS DELETE request cannot delete a file if the user that was logged on when STAFProc was started (e.g. the user that STAFProc is running as) does not have the right permissions to delete the file. C:\>net helpm

Re: [staf-users] FS delete on Windows

2009-06-18 Thread Sharon Lucas
tin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 clayton neal 06/18/2009 01:16 PM To Sharon Lucas/Austin/i...@ibmus cc Subject Re: [staf-users] FS delete on Windows Just as a side note, if i change the permission on the file so its not read-only The FS will delete it. From

Re: [staf-users] FS delete on Windows

2009-06-18 Thread Sharon Lucas
ied. -- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 clayton neal 06/18/2009 12:47 PM To staf-users@lists.sourceforge.net cc Subject [staf-users] FS delete on Windows Hiya Has anyone had problems using the FS DELETE command on Windows XP It se

[staf-users] FS delete on Windows

2009-06-18 Thread clayton neal
Hiya Has anyone had problems using the FS DELETE command on Windows XP It seems it wont delete a read-only file It gives Base OS error = 5 But from windows explorer, these files can be deleted Any clues? The command i gave was: STAF LOCAL FS DELETE ENTRY c:\mydir\ RECURSE CONFIRM Regards