os.LoadImage()?

Monkey Targets Forums/Desktop/os.LoadImage()?

skavle(Posted 2012) [#1]
Hi!
Can i some how load images that are not in or relative to the "Game".Data folder?
Im currently writing a small editor and i just want to avoid having the same images stored in different folders.


AdamRedwoods(Posted 2012) [#2]
(for windows)
if test.png is in the same folder as your source code:
LoadImage("/../../../../../test.png")