Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 24820ce

Browse files
committed
Rename [Unix|Win32]FileSystemObject.cs files
Rename the following files in preparation for a refactor: - UnixFileSystemObject.cs -> FileSystemInfo.Unix.cs - Win32FileSystemObject.cs -> FileSystemInfo.Windows.cs The renames are being done in their own commit first to help git maintain source history for the renamed files.
1 parent 6270b91 commit 24820ce

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/System.IO.FileSystem/src/System.IO.FileSystem.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
<Compile Include="Microsoft\Win32\SafeHandles\SafeFileHandle.Windows.cs" />
5959
<Compile Include="Microsoft\Win32\SafeHandles\SafeFindHandle.Windows.cs" />
6060
<Compile Include="System\IO\FileStream.Win32.cs" />
61+
<Compile Include="System\IO\FileSystemInfo.Windows.cs" />
6162
<Compile Include="System\IO\PathHelpers.Windows.cs" />
6263
<Compile Include="System\IO\Win32FileStream.cs" />
6364
<Compile Include="System\IO\Win32FileStreamCompletionSource.cs" />
6465
<Compile Include="System\IO\Win32FileSystem.cs" />
6566
<Compile Include="System\IO\Win32FileSystemEnumerable.cs" />
66-
<Compile Include="System\IO\Win32FileSystemObject.cs" />
6767
<Compile Include="$(CommonPath)\Interop\Windows\Interop.Libraries.cs">
6868
<Link>Common\Interop\Windows\Interop.Libraries.cs</Link>
6969
</Compile>
@@ -236,10 +236,10 @@
236236
<Compile Include="Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs" />
237237
<Compile Include="System\IO\FileStream.Unix.cs" />
238238
<Compile Include="System\IO\FileSystem.Current.Unix.cs" />
239+
<Compile Include="System\IO\FileSystemInfo.Unix.cs" />
239240
<Compile Include="System\IO\PathHelpers.Unix.cs" />
240241
<Compile Include="System\IO\UnixFileStream.cs" />
241242
<Compile Include="System\IO\UnixFileSystem.cs" />
242-
<Compile Include="System\IO\UnixFileSystemObject.cs" />
243243
<Compile Include="$(CommonPath)\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs">
244244
<Link>Common\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs</Link>
245245
</Compile>

0 commit comments

Comments
 (0)