I want to save the MetaData file name in Studio as custom.
Is there a function supported in the script?
The file name is saved as a guid, making it difficult to recognize.
I want to save the MetaData file name in Studio as custom.
Is there a function supported in the script?
The file name is saved as a guid, making it difficult to recognize.
After doing some testing, it seems that changing the names of metadata files yourself should be possible without interfering with regular Studio function, but in general I wouldn’t recommend doing it in case a feature in Studio breaks as a result. As an alternative, if you open the metadata file, you can find the name of the object it represents in the “name” property".
That said, can you please explain why you want to do this?
If you’re insistent changing the file names, you can use the Studio scripting API’s System module to interact with the rest of the system - for example, using system.start to start cmd or powershell to navigate to and rename the target file.
Since multiple people are using the project together, it is difficult to immediately tell which file the GUID refers to when a change was made.
Changing filenames of Studio metadata is not allowed. Leah’s recommendation to not do it in case something breaks is correct. Please do not rename Studio metadata files.
Yes, I understand. Thank you for your reply.