Esempio n. 1
0
        /// <summary>
        /// Creates a new asset file path with the specified path
        /// </summary>
        public static void CreateNew(string path)
        {
            AssetFilePath afp = AssetFilePath.New();

            afp.Path      = path;
            afp.IsDefault = false;
            Save(afp);
        }