Emmanuel Hansen
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Platform/Storage/FileIO/BclStorageItem.cs
|
|
|
@ -83,7 +83,7 @@ internal abstract class BclStorageItem(FileSystemInfo fileSystemInfo) : IStorage |
|
|
|
return new StorageItemProperties( |
|
|
|
fileSystemInfo is FileInfo fileInfo ? (ulong)fileInfo.Length : 0, |
|
|
|
fileSystemInfo.CreationTimeUtc, |
|
|
|
fileSystemInfo.LastAccessTimeUtc); |
|
|
|
fileSystemInfo.LastWriteTimeUtc); |
|
|
|
} |
|
|
|
|
|
|
|
return new StorageItemProperties(); |
|
|
|
|