Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: "filesystem::g_get_display_path" function - What does it do? (Read 3091 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

"filesystem::g_get_display_path" function - What does it do?

Hi, I don't know how "filesystem::g_get_display_path" function works.
What does it do??
(I can understand "filesystem::g_get_canonical_path" function.)

"filesystem::g_get_display_path" function - What does it do?

Reply #1
It retrieves a (simplified) version of the path which is suitable for display to the user.

"filesystem::g_get_display_path" function - What does it do?

Reply #2
Thank you for the reply.
Does it remove "file://" prefix ?
EDIT: I have tried just now. "file://" prefix is removed.
        Thanks foosion for the explanation.

"filesystem::g_get_display_path" function - What does it do?

Reply #3
Yes, among other things. It also makes paths to files inside archives more pleasant to look at.