﻿function resolvePath(relativePath){
    return rootWebPath + relativePath;
}
