Thread: Quick Question on File Names and Directories

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    145

    Arrow Quick Question on File Names and Directories

    I just had a quick question concerning File I/O. When I want to save a file, say to My Documents, is this case sensitive?

    Code:
    ofstream a_file("C:\\My documents\\Test.txt");
    Will this create the file correctly? Or does capitalization actually make a difference? Thanks in advance.

    Kyoto Oshiro
    Horizon Games
    http://www.angelfire.com/realm2/horizon/files.html

  2. #2
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    No i dont think so.

    Why dont you try..
    -

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    145

    Wink Hehehhe

    You will never know the extent of my laziness

    Thanks for the help.

    Kyoto

  4. #4
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    Dont you try and challenge me in a laziness competition.

    YOU WILL GO DOWN
    -

  5. #5
    Registered User
    Join Date
    Feb 2002
    Posts
    145

    Cool

    Heheheh, I think you might have me on that one.

    Kyoto

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need an interface written
    By Thantos in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 11-23-2005, 11:19 PM
  2. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM