on the style again
This commit is contained in:
parent
d4d94e9756
commit
dadd149097
6 changed files with 9 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ namespace Yavsc.ViewModels.UserFiles
|
|||
|
||||
dInfo = new DirectoryInfo(
|
||||
Startup.UserFilesDirName+Path.DirectorySeparatorChar+finalPath);
|
||||
if (!dInfo.Exists) dInfo.Create();
|
||||
Files = dInfo.GetFiles().Select
|
||||
( entry => new DefaultFileInfo { Name = entry.Name, Size = entry.Length,
|
||||
CreationTime = entry.CreationTime, LastModified = entry.LastWriteTime }).ToArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue