public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
From: "Dave Korn" <dave.korn@artimi.com>
To: "Thread TITTTL'd!" <cygwin-talk@cygwin.com>
Subject: RE: Re: Handling special characters (\/:*?"<>|) gracefully
Date: Wed, 24 May 2006 09:31:00 -0000	[thread overview]
Message-ID: <04c401c67f14$72545240$a501a8c0@CAM.ARTIMI.COM> (raw)
In-Reply-To: <4C89134832705D4D85A6CD2EBF38AE0F3E0956@PAUMAILU03.ags.agere.com>

On 23 May 2006 22:02, Williams, Gerald S (Jerry) wrote:

> Another approach would have been to provide replacements for
> certain Windows library functions that use native NT functions
> internally to get around the limitations. I believe the total
> list of needed replacements is:
> 
>  CopyFile             CopyFileEx
>  CreateDirectory      CreateDirectoryEx
>  CreateFile           DeleteFile
>  FindFirstFile        FindFirstFileEx
>  GetFileAttributes    GetFileAttributesEx
>  GetFullPathName      GetLongPathName
>  GetShortPathName     GetBinaryType
>  MoveFile             MoveFileEx
>  MoveFileWithProgress RemoveDirectory
>  ReplaceFile          SearchPath
>  SetCurrentDirectory  SetFileAttributes
>  SetFileSecurity      FindFirstChangeNotification
> 
> Of course, this would have been an NT-specific solution.
> 
> I actually use a version of such a library to create some of
> the otherwise-uncreatable files in a /dev directory (which is
> not on a managed mount). That way, I can do:

  Is this code public?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

       reply	other threads:[~2006-05-24  9:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4C89134832705D4D85A6CD2EBF38AE0F3E0956@PAUMAILU03.ags.agere.com>
2006-05-24  9:31 ` Dave Korn [this message]
2006-05-24 16:05 Williams, Gerald S (Jerry)
2006-05-24 16:34 ` Dave Korn
2006-05-24 16:38   ` Christopher Faylor
2006-05-24 16:52     ` Dave Korn
2006-05-25 13:45 Williams, Gerald S (Jerry)
2006-05-25 13:55 ` Dave Korn
2006-05-25 14:35   ` Christopher Faylor
2006-05-26  5:21     ` Joe Smith
2006-05-26  5:40       ` Christopher Faylor
2006-05-30 14:04 Williams, Gerald S (Jerry)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='04c401c67f14$72545240$a501a8c0@CAM.ARTIMI.COM' \
    --to=dave.korn@artimi.com \
    --cc=cygwin-talk@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).