Accessing temp Directory

The following code accesses the files located in the project folder (using simulator). How can I change it to access when files are located in system.DcumentsDirectory or system.TemporaryDirectory. Many thanks in advance.

myImages = {

  “1.png”,

  “2.png” 

}   

slideView.new( myImages )