Be a Supporter!

no dif caps in windows???

  • 261 Views
  • 5 Replies
New Topic Respond to this Topic
JeremysFilms
JeremysFilms
  • Member since: Feb. 18, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
no dif caps in windows??? 2006-07-22 21:13:38 Reply

I have a file called a.gif I tried to create a file called A.gif (different caps in the file name) but it won't let me because it states that a.gif already exists, how can I have two files of the same name but different caps? I'm sure you can do this on linux since my host allows me to use different caps but same file.

JeremysFilms
JeremysFilms
  • Member since: Feb. 18, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to no dif caps in windows??? 2006-07-22 21:15:17 Reply

At 7/22/06 09:13 PM, JeremysFilms wrote: allows me to use different caps but same file.

but same file name*

Bizarro
Bizarro
  • Member since: Dec. 6, 2002
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to no dif caps in windows??? 2006-07-22 21:36:20 Reply

I assume you cant do what you are trying to do because windows wont let you, I dont think there would be anyway around such a thing


BBS Signature
Tigiot
Tigiot
  • Member since: Jul. 22, 2006
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to no dif caps in windows??? 2006-07-22 23:16:56 Reply

Windows is *obviously* much more strict than Linux/Unix is so they won't allow such a thing.

DFox
DFox
  • Member since: Aug. 9, 2003
  • Offline.
Forum Stats
Member
Level 30
Blank Slate
Response to no dif caps in windows??? 2006-07-22 23:19:47 Reply

Jeremy, I'm surprised at you :) !!!

WIndows filesystem is NOT case sensitive. Cases are ignored. Linux is case sensitive. Cases are not ignored.

Answer to your question: You can't. a.gif and A.gif would be the same file.


BBS Signature
White-Rhyno
White-Rhyno
  • Member since: Apr. 28, 2003
  • Offline.
Forum Stats
Member
Level 38
Blank Slate
Response to no dif caps in windows??? 2006-07-22 23:20:33 Reply

At 7/22/06 09:13 PM, JeremysFilms wrote: I have a file called a.gif I tried to create a file called A.gif (different caps in the file name) but it won't let me because it states that a.gif already exists, how can I have two files of the same name but different caps? I'm sure you can do this on linux since my host allows me to use different caps but same file.

Simply put, Windows doesn't differentiate between caps where as *nix does, so as you've already discovered, it's possible to have both A.gif and a.gif in the same directory on *nix, but not on Windows.