(function () {
window.FileSystem = {
fileExists: function (path) {
return false;
},
translateFilePath: function (path) {
return path;
}
};
})();