can't detect image path changed info

my project saves as xml project. and
the image info in project is:

I change fullpath and partialpath “edit by notepad”,and reopen the project,nothing happed. and the image point to the disk is still the old “fullpath”
so I guess the image path info must be save in “SaveInfo” ,which is encode as HEX

Do you have a question we can help you with? :slight_smile:

Usually when the IDE can’t find assets it asks you to locate them. It can sometimes even automatically find the rest of your assets once you relocate one of them.

NOTE I DO NOT RECOMMEND DOING THIS !!!
BUT if you absolutely insist

MAKE A BACK COPY FIRST !!!
remove to
remove < SaveInfo > to
change the entry in FullPath and MAKE 100% sure its in the RIGHT format (like whatever was there before)

reload your project

But this is an awful way to do this
NOTE I DO NOT RECOMMEND DOING THIS !!!

infact my problem is the project in windows link to a image path ,but can’t open on the mac computer.
imaging E:/mypic/1.bmp in “windows” and “/root/project/mypic/1.bmp” is different.
so I have to remove and now it resolved.

thank you.~