Tony Foale wrote: > Is there an easy way to determine if a user has write access rights to a > particular directory.
Try writing to it. If it fails, then you don't have access. > Basically all I want to do is, from within a programme save a file to a > default directory. i've been doing this for years with no problem but > recently one user had a problem because he didn't have access rights. That probably indicates a poor choice of default directory. Where are you saving things, and what is the nature of the data you're saving there? -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

