* README.md: blanked: not clear enough
* FileSystemController.cs: Fixes the route to user's Files by an Admin. * FileSystemManager.cs: * Fixes the dir separator usage * Adds a method to validate a directory or file name * YavscModel.csproj: * Commande.cs: FileInfoCollection is now removed * FileInfoCollection.cs: * DirNotFoundException.cs: Removes useless code
This commit is contained in:
parent
679a249faf
commit
3fa55acf2e
10 changed files with 86 additions and 202 deletions
|
|
@ -46,7 +46,6 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Admin\RestoreQuery.cs" />
|
||||
<Compile Include="Admin\DataAccess.cs" />
|
||||
<Compile Include="FileSystem\FileInfoCollection.cs" />
|
||||
<Compile Include="WorkFlow\Writting.cs" />
|
||||
<Compile Include="WorkFlow\Estimate.cs" />
|
||||
<Compile Include="WorkFlow\IContentProvider.cs" />
|
||||
|
|
@ -113,7 +112,6 @@
|
|||
<Compile Include="FrontOffice\Catalog\CatalogManager.cs" />
|
||||
<Compile Include="FrontOffice\Catalog\CatalogProvider.cs" />
|
||||
<Compile Include="FileSystem\FileSystemManager.cs" />
|
||||
<Compile Include="FileSystem\DirNotFoundException.cs" />
|
||||
<Compile Include="FileSystem\InvalidDirNameException.cs" />
|
||||
<Compile Include="FileSystem\WebFileInfo.cs" />
|
||||
<Compile Include="FrontOffice\CommandStatus.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue