sakura/en/Save As

Last-modified: 2008-03-29 (土) 14:45:52

Save As

The file name is preserved in the text being edited now putting it.

Character Code Set

The character-code set when preserving it can be selected while having been displayed.
It is possible to select it from among SJIS, JIS, EUC, Unicode, UnicodeBE, UTF-8, and UTF-7.

Line Feed Code

When saving a file, united line feed codes are specified.
It preserves it without uniting it when the conversion doing is chosen like the line feed code of each line under the edit.
It is possible to select it from among CR+LF(Windows), LF (UNIX), and CR (Mac).

BOM

Please check it when you add BOM.
Only when Unicode, UnicodeBE, and UTF-8 are chosen by the character-code set, it is possible to use it.

Recent Files

The list of the file used recently can be seen in alphabetical order.

Recent Folders

The list of the folder used recently can be seen in alphabetical order.
When the folder is selected, a present folder is changed.

[hatena] Hint: When the dialog is displayed, place bar is displayed. (sakura:1.5.8.0 or later)

[tip] Note: (sakura:1.5.14.0 or later)
The extension of a present file name is supplemented with the automatic operation when the extension is not specified for a file name.
When "(Untitled)", ".xt" is supplemented.

Macro Syntax

  • Syntax
    FileSaveAs( str1 :String, int2 :Integer, int3 :Integer );
    • str1 : Filename
    • int2 : Character Code (Optional)
    • int3 : Line Feed Code (Optional)
  • Record
    Not support
  • Remarks
    Either of character-codes the following can be specified.
  • 0 : SJIS (Regulated value when omitting it)
  • 1 : JIS
  • 2 : EUC
  • 3 : UNICODE
  • 4 : UTF-8
  • 5 : UTF-7
  • 6 : UNICODE(BigEndian)

Either of character-codes the following can be specified.

  • 0 : It doesn't change. (Regulated value when omitting it)
  • 1 : CRLF(Windows)
  • 2 : LF(UNIX)
  • 3 : CR(Mac)

[tip] Note: The dialog of preservation cannot be put out by the macro by giving a name.

[tip] Note: An automatic supplementation of the extension doesn't operate in execution from the macro.