R
rn5a
I am not very sure whether I should have continued with my earlier
thread or started a new thread whose subject matter was somewhat
similar to the subject matter in this thread. Anyway after much
deliberation, I decided to start a new thread. So here it is. Pardon me
if I should have continued with my earlier thread instead of starting
this new thread.
A ListBox lists all the directories & files existing in a directory on
the server. Assume that one of the directories is named the following:
"IHIS IS MY FOLDER"
The double quotes have been added just to show where the directory name
ends; it's not a part of the text.
But the ListBox displays the name of this directory as
"IHIS IS MY FOLDER"
i.e. the ListBox replaces all the whitespaces between words with a
single whitespace.
How do I make the ListBox retain the whitespaces present in the name of
the directory so that the directory listed in the ListBox displays
EXACTLY the same name as the name of the directory which exists in the
hard drive of the server? In other words, how do I make the ListBox
list the above directory as
"IHIS IS MY FOLDER"
& not as
"IHIS IS MY FOLDER"
thread or started a new thread whose subject matter was somewhat
similar to the subject matter in this thread. Anyway after much
deliberation, I decided to start a new thread. So here it is. Pardon me
if I should have continued with my earlier thread instead of starting
this new thread.
A ListBox lists all the directories & files existing in a directory on
the server. Assume that one of the directories is named the following:
"IHIS IS MY FOLDER"
The double quotes have been added just to show where the directory name
ends; it's not a part of the text.
But the ListBox displays the name of this directory as
"IHIS IS MY FOLDER"
i.e. the ListBox replaces all the whitespaces between words with a
single whitespace.
How do I make the ListBox retain the whitespaces present in the name of
the directory so that the directory listed in the ListBox displays
EXACTLY the same name as the name of the directory which exists in the
hard drive of the server? In other words, how do I make the ListBox
list the above directory as
"IHIS IS MY FOLDER"
& not as
"IHIS IS MY FOLDER"