not sure if file’s location is relevant, but you could add it to your assets folder and use Resources.Load, if it does not gives you the texture, try with the file a.PNG moving it to assets/Resources
Texture2D myTexture = Resources.Load(“a.PNG”) as Texture2D;