< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [repro-devel] Some questions


I think FileSystem is the right spot for these utility fn's.  Just ifdef
any platform dependent code and mark any non-implemented platforms with
TODO comments.  : )

Scott

> -----Original Message-----
> From: repro-devel-bounces@xxxxxxxxxxxxxxx [mailto:repro-devel-
> bounces@xxxxxxxxxxxxxxx] On Behalf Of Jason Fischl
> Sent: Monday, November 05, 2007 9:38 AM
> To: Ruslan Radvansky
> Cc: All
> Subject: Re: [repro-devel] Some questions
> 
> On 11/5/07, Ruslan Radvansky <prostoruslan@xxxxxxxxx> wrote:
> > Hello all!
> >
> > I wrote 3 functions needed for me: DirectoryExists, ForceDirectories
> (create dir
> > and any intermediates directories) and IsReadWriteAccess ( has Read-
> Write access
> > to file or directory only for WIN32). I can't find better way to put
> this functions
> > to project.  What I can:
> > 1) Create FileUtils.h in rutil.
> > 2) Create FileUtils.h and WinUtils.h
> > 3) Put all function as static member in FileSystem.hxx
> This sounds like the right place to me.
> 
> > 3) Put first two function as static member in FileSystem.hxx and
> third in
> > WinCompat.hxx
> >
> > Please, direct me to better way.
> >
> >
> > And second questions - What versions of Windows I need to support?
> Can I assume that
> > target platform is Win2000 and WinXP, or I must support Win9x
(Win98,
> Millennium) too?
> >
> We've maintained Win98 and WinME compat in the stack although not
> necessarily in repro.
> 
> > With best regards, Ruslan.
> >
> >
> > --
> > Best regards,
> >  Ruslan                          mailto:prostoruslan@xxxxxxxxx
> >
> > _______________________________________________
> > repro-devel mailing list
> > repro-devel@xxxxxxxxxxxxxxx
> > https://list.resiprocate.org/mailman/listinfo/repro-devel
> _______________________________________________
> repro-devel mailing list
> repro-devel@xxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/repro-devel