Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case sensitive FileExists function? #25786

Closed
Fookiwara opened this issue Jun 7, 2018 · 2 comments
Closed

Case sensitive FileExists function? #25786

Fookiwara opened this issue Jun 7, 2018 · 2 comments

Comments

@Fookiwara
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

1.10.2

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

GOOS: windows
GOARCH: 386

What did you do?

From windows, I ask a Linux server if file exists?
There are two files inside a folder:
test.mov

I would like to verify if file test.MOV not exists (because case sensitivity is different).

Is it possible in golang?

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

What did you see instead?

@mvdan
Copy link
Member

mvdan commented Jun 7, 2018

The Go project doesn't use its issue tracker to answer questions. For questions about Go, see https://golang.org/wiki/Questions.

@mvdan mvdan closed this as completed Jun 7, 2018
@ghost
Copy link

ghost commented Jun 7, 2018

Related tickets worth reviewing: #5441, #18358. It appears a decision hasn't been made yet on what the correct behaviour should be.

@golang golang locked and limited conversation to collaborators Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants