Can I get Rust Client install folder position?

Hey. Actually I want to use item icons in Rust\Bundles\items for my GUI plugin by adding CuiRawImageComponent. But I'm not sure how to locat Rust Client Install Position. Any idea on this? Thanks!

Code should be something like this:

elements.Add(new CuiElement
                        {
                            Parent = "ContentHud",
                            Components =
                            {
                                new CuiRawImageComponent {Url = "D:/SteamLibrary/steamapps/common/Rust/Bundles/items/skullspikes.pumpkin.skin.png"},

                                new CuiRectTransformComponent {AnchorMin = $"{xMin[i]} {yMin1[n]}", AnchorMax = $"{xMax[i]} {yMax1[n]}" }
                            }
                        });​

No, you'd need to grab the image from the server filesystem or a URL generally.