cancel
Showing results for 
Search instead for 
Did you mean: 

how can we search if folder name is having spaces

sivaanagha
Champ in-the-making
Champ in-the-making
Hi,

how can we get the results if folder name is having spaces.

folder structure:company_home/KPNGB/STATING/JIM MOBILE PREPAID

query isSmiley TongueATH:"/app:company_home/cm:KPNGB/cmSmiley FrustratedTAGING/cm:JIM_MOBILE_PREPAID/*"

no results are coming.

Thanks,
Siva.
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

ISO 9075 encode the space in the PATH

_x0020_

Andy

mitpatoliya
Star Collaborator
Star Collaborator
String newFolderName=ISO9075.encode(foldername);
then you can use this newFolderName.
It will encode all the special characters inside folder name.