public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Doug Henderson <djndnbvg@gmail.com>
To: cygwin <cygwin@cygwin.com>
Subject: Re: cygpath -w and .exe magic
Date: Fri, 26 Aug 2016 15:29:00 -0000	[thread overview]
Message-ID: <CAJ1FpuM+YzO4aV2b5fH0fb--fjrqnrzepY03QadD+j0gAaurTA@mail.gmail.com> (raw)
In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A704BB92639@USA7109MB022.na.xerox.net>

On 26 August 2016 at 07:08, Nellis, Kenneth  wrote:
> Dear Cygwin Community,
>
> $ ls -l
> total 60
> -rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
> $ ./hello
> Hello, world!
> $ cygpath -w hello
> hello
> $
>
> The purpose of cygpath -w, it seems to me, is to provide
> to Windows a valid path given a Posix path.
>

There is no requirement that the any part of the path presented to
cygpath actually exists. Otherwise, you would not be able to pass the
name of a non-existent file or directory to a windows only program
that only understands strictly windows paths.

To do what you want, cygpath would need two new options. One to
specify that the path represents an existing filesystem object, and a
second to specify that the path represents an executable file.

Both of those options would require cygpath to inspect the file
system, rather than current operations which return path format
transformations or static information.

Doug

-- 
Doug Henderson, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  parent reply	other threads:[~2016-08-26 14:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-26 13:59 Nellis, Kenneth
2016-08-26 14:30 ` Lee Dilkie
2016-08-26 14:30   ` Herbert Stocker
2016-08-26 14:58     ` Nellis, Kenneth
2016-08-26 15:07       ` cyg Simple
2016-08-26 15:34         ` Nellis, Kenneth
2016-08-26 17:55           ` Erik Soderquist
2016-08-26 19:50           ` cyg Simple
2016-08-26 14:45 ` cyg Simple
2016-08-26 15:29 ` Doug Henderson [this message]
2016-08-26 16:50 ` Herbert Stocker

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=CAJ1FpuM+YzO4aV2b5fH0fb--fjrqnrzepY03QadD+j0gAaurTA@mail.gmail.com \
    --to=djndnbvg@gmail.com \
    --cc=cygwin@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).