Results 1 to 7 of 7
Thread: Java File name with white space
- 07-27-2011, 06:58 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 1
- Rep Power
- 0
- 07-27-2011, 07:00 AM #2
Simple. Don't use whitespace in file names. At the least use underscores instead.
- 07-27-2011, 08:10 AM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,402
- Blog Entries
- 7
- Rep Power
- 17
- 07-27-2011, 08:15 AM #4
I blame M$.
- 07-27-2011, 08:20 AM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,402
- Blog Entries
- 7
- Rep Power
- 17
I don't know; I see a lot of silly questions lately with silly constraints: sorting stuff without using arrays, getting characters from a String without using String methods etc. This is one of those silly questions. Someone must be making those questions up for some diabolical reason ...
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 07-27-2011, 08:25 AM #6
I was actually referring to the ability of having spaces in file names. I remember waaaaay back at uni when using unix some students using the mkdir command to create a directory called My Files and wondered why it didn't work.
- 07-27-2011, 08:33 AM #7
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,402
- Blog Entries
- 7
- Rep Power
- 17
Ah, yes, I understand; it's one of Microsoft's 'inventions' without any thoughts behind them; also with their silly \r\n line ending sequence (instead of \n); all that code running all over the world, just to fix that ... and all their bloody 'void main( ...)' functions in C/C++ code; they should nail their heads to the floor.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
How to share the text Area in White Board?My White Board is in BigBlueButton
By nirasiva in forum New To JavaReplies: 2Last Post: 06-29-2011, 09:08 AM -
Reading a File and Ignoring White Space
By Tabula Rasa in forum New To JavaReplies: 3Last Post: 04-21-2011, 08:09 AM -
JSTL and HTML White space
By newakdev in forum JavaServer Pages (JSP) and JSTLReplies: 4Last Post: 02-24-2010, 05:54 PM -
[SOLVED] remove all white space from text file
By loki in forum New To JavaReplies: 10Last Post: 04-26-2009, 11:52 AM -
White Space Issue
By sibythoma1984 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 04-22-2008, 12:05 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks