How do i get all the filenames from a specific directory?

example:
C:\madsmile\ <- my prog root dir
C:\madsmile\saves\ <- my save directory

i want to get all the filenames in "saves" directory, but i need to the path to be relative to the root dir... so its going to be always "saves\"... any body got a clue how can i do that??

thx