relative path traversing, is this valid? -


i have xml file need 2 dirs file (from water fire)

<album basepath="albums/water/images">     <img src="001.jpg" />     <img src="002.jpg" />     <img src="../../fire/images/005.jpg" /> </album> 

so question if

albums/water/images/../../fire/images/005.jpg 

is valid path?

yes, it's valid path


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -