//DÃ©fintion des NS intermÃ©diaires : fr.stcsystems.libs.commons.lang.js.FileSystem
if (fr == 'undefined' || fr == null){var fr = new Object();}
if (fr.stcsystems == 'undefined' || fr.stcsystems == null){fr.stcsystems = new Object();}
if (fr.stcsystems.libs == 'undefined' || fr.stcsystems.libs == null){fr.stcsystems.libs = new Object();}
if (fr.stcsystems.libs.commons == 'undefined' || fr.stcsystems.libs.commons == null){fr.stcsystems.libs.commons = new Object();}
if (fr.stcsystems.libs.commons.lang == 'undefined' || fr.stcsystems.libs.commons.lang == null){fr.stcsystems.libs.commons.lang = new Object();}
if (fr.stcsystems.libs.commons.lang.js == 'undefined' || fr.stcsystems.libs.commons.lang.js == null){fr.stcsystems.libs.commons.lang.js = new Object();}
if (fr.stcsystems.libs.commons.lang.js.FileSystem == 'undefined' || fr.stcsystems.libs.commons.lang.js.FileSystem == null){fr.stcsystems.libs.commons.lang.js.FileSystem = new Object();}


//Contenu du fichier
// --------------------------------------------------------------------------------
// STC Commons - STC Project - Francois LACOMBE
// --------------------------------------------------------------------------------
// FileSystem.js V1.0
// --------------------------------------------------------------------------------
//
// Presentation :
//  FileSystem est une librairie de constantes permettant de récupérer les différents répertoires des elements concernés par la librairie STCCommons
//
// --------------------------------------------------------------------------------

// --------------------------------------------------------------------------------
// Package : fr.stcsystems.libs.commons.js
// Abstract Class : FileSystem
// Attributes :
//   
// Methodes :
// --------------------------------------------------------------------------------
fr.stcsystems.libs.commons.lang.js.FileSystem = {

	UI_APPLICATIONS_URL:null, // URL du dossier de stockage des ressources applications.
	UI_COMMONS_URL:null // URL vers le dossier des ressources STC Commons

}
