scrrun.dll.mui Microsoft ® Script Runtime 68b5e0d5c4daee888274b429def3bb6d

File info

File name: scrrun.dll.mui
Size: 6144 byte
MD5: 68b5e0d5c4daee888274b429def3bb6d
SHA1: 6b80b460d849d9b80d8eb552156fda67ecec9dad
SHA256: 3a35a0aad8e8509812263f124c7d644b7b47cbdda3c238e097b0c730aeff41e0
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Traditional) English
1001scrrn scrrn
16384Microsoft Scripting Runtime Microsoft Scripting Runtime
16385Scripting.Dictionary 介面 Scripting.Dictionary Interface
16386設定或取得指定索引鍵的項目 Set or get the item for a given key
16387新增索引鍵和項目至字典(Dictionary) 中。 Add a new key and item to the dictionary.
16388取得字典(Dictionary) 中的項目總數。 Get the number of items in the dictionary.
16389判斷某指定索引鍵是否包含在字典(Dictionary) 中。 Determine if a given key is in the dictionary.
16390取得一包含字典(Dictionary) 中所有項目的陣列。 Get an array containing all items in the dictionary.
16391將某索引鍵變更為另一個索引鍵。 Change a key to a different key.
16392取得一包含字典(Dictionary) 中所有索引鍵的陣列。 Get an array containing all keys in the dictionary.
16393從字典(Dictionary) 中移除指定的索引鍵。 Remove a given key from the dictionary.
16394移除字典(Dictionary) 中所有的資訊。 Remove all information from the dictionary.
16395設定或取得字串比較的方法。 Set or get the string comparison method.
16396Scripting.Dictionary Scripting.Dictionary
16397取得磁碟機集合物件 Get drives collection
16398利用存在的路徑和某名稱產生路徑 Generate a path from an existing path and a name
16399傳回路徑中的磁碟機代號 Return drive from a path
16400傳回父資料夾(即上層資料夾)的路徑 Return path to the parent folder
16401傳回路徑中的檔名 Return the file name from a path
16402傳回路徑中的主檔名 Return base name from a path
16403傳回路徑中的副檔名 Return extension from path
16404傳回路徑的正規表示法 Return the canonical representation of the path
16405產生暫存檔案的名稱 Generate name that can be used to name a temporary file
16406檢查某磁碟機或共用資源是否存在 Check if a drive or a share exists
16407檢查某檔案是否存在 Check if a file exists
16408檢查某路徑是否存在 Check if a path exists
16409取得磁碟機或 UNC 共用資源 Get drive or UNC share
16410取得檔案 Get file
16411取得資料夾 Get folder
16412取得各系統資料夾的位置 Get location of various system folders
16413刪除檔案 Delete a file
16414刪除資料夾 Delete a folder
16415移動檔案 Move a file
16416移動資料夾 Move a folder
16417複製檔案 Copy a file
16418複製資料夾 Copy a folder
16419建立資料夾 Create a folder
16420建立檔案為 TextStream Create a file as a TextStream
16421開啟檔案為 TextStream Open a file as a TextStream
16422磁碟機介面 Drive Interface
16423路徑 Path
16424磁碟機代號 Drive letter
16425共用資源名稱 Share name
16426磁碟機類型 Drive type
16427根資料夾 Root folder
16428取得可用空間 Get available space
16429取得磁碟機可用空間 Get drive free space
16430取得磁碟機總空間大小 Get total drive size
16431磁區(Volume) 名稱 Name of volume
16432檔案系統類型 Filesystem type
16433序號 Serial number
16434檢查磁碟是否可用 Check if disk is available
16435磁碟機集合物件介面 Drive Collection Interface
16436取得磁碟機 Get drive
16437磁碟機個數 Number of drives
16438資料夾介面 Folder Interface
16439資料夾路徑 Path to folder
16440取得資料夾名稱 Get name of folder
16441設定資料夾名稱 Set name of folder
16442短路徑 Short path
16443短名稱 Short name
16444取得包含資料夾的磁碟機 Get drive that contains folder
16445取得父資料夾(即上層資料夾) Get parent folder
16446資料夾屬性 Folder attributes
16447資料夾建立的日期 Date folder was created
16448資料夾最後被修改的日期 Date folder was last modified
16449資料夾最後被存取的日期 Date folder was last accessed
16450類型描述 Type description
16451刪除此資料夾 Delete this folder
16452複製此資料夾 Copy this folder
16453移動此資料夾 Move this folder
16454若資料夾為根資料夾,傳回 True True if folder is root
16455檔案和子資料夾總數 Sum of files and subfolders
16456取得資料夾集合物件 Get folders collection
16457取得檔案集合物件 Get files collection
16459檔案夾集合物件介面 Folder Collection Interface
16460新建資料夾 Create a new folder
16462資料夾個數 Number of folders
16463File 介面 File Interface
16464檔案路徑 Path to the file
16465取得檔案名稱 Get name of file
16466設定檔案名稱 Set name of file
16469取得包含檔案的磁碟機 Get drive that contains file
16470取得包含檔案的資料夾 Get folder that contains file
16471檔案屬性 File attributes
16472檔案建立的日期 Date file was created
16473檔案最後被修改的日期 Date file was last modified
16474檔案最後被存取的日期 Date file was last accessed
16475檔案大小 File size
16477刪除此檔案 Delete this file
16478複製此檔案 Copy this file
16479移動此檔案 Move this file
16481檔案集合物件介面 File Collection Interface
16484Scripting.TextStream 介面 Scripting.TextStream Interface
16485目前(橫)行號 Current line number
16486目前直行號 Current column number
16487目前位置是否位於資料流末端? Is the current position at the end of the stream?
16488目前位置是否位於行尾? Is the current position at the end of a line?
16489將特定數量的字元讀入字串 Read a specific number of characters into a string
16490將整行資料讀入字串 Read an entire line into a string
16491將整個資料流讀入字串 Read the entire stream into a string
16492將字串寫入資料流 Write a string to the stream
16493將字串和行結尾符號寫入資料流 Write a string and an end of line to the stream
16494將數個空行寫入資料流 Write a number of blank lines to the stream
16495跳過特定數量的字元 Skip a specific number of characters
16496跳過一行 Skip a line
16497關閉文字資料流 Close a text stream
16498FileSystem 物件 FileSystem Object
16499Drive 物件 Drive Object
16500與磁碟機代號關聯之磁碟機的集合物件 Collection of drives associated with drive letters
16501Folder 物件 Folder object
16502資料夾中子資料夾的集合物件 Collection of subfolders in a folder
16503File 物件 File object
16504資料夾中檔案的集合物件 Collection of files in a folder
16505TextStream 物件 TextStream object
16506FileSystemObject FileSystemObject
16507Script Encoder 物件 Script Encoder Object
16508Script Encoder 介面 Script Encoder Interface
16509HTML Host Encode 物件 HTML Host Encode Object
16510ASP Host Encode 物件 ASP Host Encode Object
16511呼叫由 szExt 所決定的 Encoder,並傳送 bstrStreamIn 和其它選擇性的參數 Call the Encoder determined by szExt, passing bstrStreamIn and optional arguments
16512擷取標準的輸入,輸出或錯誤資料流 Retrieve the standard input, output or error stream
16515擷取指定檔案的檔案版本,並存為一字串 Retrieve the file version of the specified file into a string

EXIF

File Name:scrrun.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_ffc3220c74d51686\
File Size:6.0 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:5632
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:5.812.10240.16384
Product Version Number:5.812.10240.16384
File Flags Mask:0x0003
File Flags:(none)
File OS:Win32
Object File Type:Dynamic link library
File Subtype:0
Language Code:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® Script Runtime
File Version:5.812.10240.16384
Internal Name:scrrun.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_a3a48688bc77a550\

What is scrrun.dll.mui?

scrrun.dll.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file scrrun.dll (Microsoft ® Script Runtime).

File version info

File Description:Microsoft ® Script Runtime
File Version:5.812.10240.16384
Company Name:Microsoft Corporation
Internal Name:scrrun.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:scrrun.dll.mui
Product Name:Microsoft ® Script Runtime
Product Version:5.812.10240.16384
Translation:0x404, 1200