diff --git a/src/libraries/System.IO.FileSystem/src/Resources/Strings.resx b/src/libraries/System.IO.FileSystem/src/Resources/Strings.resx deleted file mode 100644 index 583d1c9cc366..000000000000 --- a/src/libraries/System.IO.FileSystem/src/Resources/Strings.resx +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - The target file '{0}' is a directory, not a file. - - - Handle does not support asynchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened synchronously (that is, it was not opened for overlapped I/O). - - - Handle does not support synchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened asynchronously (that is, it was opened explicitly for overlapped I/O). - - - Invalid File or Directory attributes value. - - - Invalid handle. - - - Drive name must be a root directory (i.e. 'C:\') or a drive letter ('C'). - - - Second path fragment must not be a drive or UNC name. - - - Path must not be a drive. - - - Buffer cannot be null. - - - File name cannot be null. - - - Path cannot be null. - - - Enum value was out of legal range. - - - Specified file length was too large for the file system. - - - Non-negative number required. - - - Positive number required. - - - Empty file name is not legal. - - - Empty path name is not legal. - - - The stream's length cannot be changed. - - - Append access can be requested only in write-only mode. - - - Preallocation size can be requested only in write mode. - - - Preallocation size can be requested only for new files. - - - Combining FileMode: {0} with FileAccess: {1} is invalid. - - - Illegal characters in path '{0}'. - - - Invalid seek origin. - - - The directory specified, '{0}', is not a subdirectory of '{1}'. - - - Path cannot be the empty string or all whitespace. - - - Cannot create '{0}' because a file or directory with the same name already exists. - - - BindHandle for ThreadPool failed on this handle. - - - The specified directory '{0}' cannot be created. - - - The source '{0}' and destination '{1}' are the same file. - - - Unable to read beyond the end of the stream. - - - The file '{0}' already exists. - - - Unable to find the specified file. - - - Could not find file '{0}'. - - - The OS handle's position is not what FileStream expected. Do not use a handle simultaneously in one FileStream and in Win32 code or another FileStream. This may cause data loss. - - - The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size. - - - IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations. - - - The specified path '{0}' is not a file. - - - Could not find a part of the path. - - - Could not find a part of the path '{0}'. - - - The specified file name or path is too long, or a component of the specified path is too long. - - - Unable seek backward to overwrite data that previously existed in a file opened in Append mode. - - - Unable to truncate data that previously existed in a file opened in Append mode. - - - The process cannot access the file '{0}' because it is being used by another process. - - - The process cannot access the file because it is being used by another process. - - - Source and destination path must be different. - - - Source and destination path must have identical roots. Move will not work across volumes. - - - Synchronous operations should not be performed on the UI thread. Consider wrapping this method in Task.Run. - - - [Unknown] - - - Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader. - - - Stream does not support reading. - - - Stream does not support seeking. - - - Stream does not support writing. - - - Cannot access a closed file. - - - Access to the path is denied. - - - Access to the path '{0}' is denied. - - - Cannot access a closed stream. - - - File encryption is not supported on this platform. - - - The path '{0}' is too long, or a component of the specified path is too long. - -