io.txt
来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 57 行
TXT
57 行
## IO.txt - Resources for I/O-related errors and exceptions.## Copyright (C) 2001 Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA#IO_StreamClosed=Stream is already closedIO_FileAccess=Invalid file access value specifiedIO_FileMode=Invalid file mode value specifiedIO_FileShare=Invalid file share value specifiedIO_InvalidPathname=Invalid pathname specifiedIO_IncorrectAccess=Incorrect access mode specified for file handleIO_WriteFailed=Write request failedIO_FlushFailed=Flush request failedIO_ReadFailed=Read request failedIO_SeekFailed=Seek request failedIO_SetLengthFailed=SetLength request failedIO_EndOfStream=Attempt to seek beyond the end of the streamIO_ReadEndOfStream=Attempt to read beyond the end of the streamIO_NotSupp_Seek=The specified stream does not support seekingIO_NotSupp_SetLength=The specified stream does not support setting its lengthIO_NotSupp_Read=The specified stream does not support readingIO_NotSupp_Write=The specified stream does not support writingIO_NotSupp_Async=The specified stream does not support asynchronous operationsIO_PathNotFound=The specified path could not be foundIO_DirNotFound=The specified directory could not be foundIO_FileNotFound=Could not find file "{0}"IO_FileLoad=Could not load file "{0}"IO_RegistryKeyClosed=Registry key has already been closedIO_RegistryReadOnly=Registry key is read-onlyIO_RegistryKeyNotExist=Registry key does not existIO_RegistryHasSubKeys=Registry key still has sub keysIO_UnknownFile=Unknown filenameIO_AccessDenied=Access to the specified pathname is not allowedIO_InvalidLength=Cannot change the stream length to the specified valueIO_InvalidSeekPosition=Invalid seek positionIO_InvalidWhence=Invalid seek originIO_IsolatedStorage=An error occurred while accessing isolated storageIO_FixedCapacity=Cannot increase the capacity of this memory streamIO_CannotReduceCapacity=Cannot reduce the capacity below the stream's lengthIO_LockFailed=Failed to acquire lockIO_UnlockFailed=Failed to release lockIO_NotSupp_Symlinks=Symbolic links are not supported on this filesystem
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?