Skip to content

Commit

Permalink
Merge pull request #97 from gabriella-santoro/patch-87
Browse files Browse the repository at this point in the history
further updates requested by Akira in task 154594
  • Loading branch information
baonhan authored and GitHub Enterprise committed Oct 4, 2017
2 parents d779cf9 + 176ca0e commit 84ab3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/action-script/reference/file/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ delete "c:\updates\q312456.exe"
move "__Download\q312456.exe" "c:\updates\q312456.exe"
```

This command moves the file `/test/my-file`.txt into the file `/temp/ハロ` in UTF-8 encoding.
This command moves the file `/test/my-file`.txt into the file `/temp/ハロー` in UTF-8 encoding.

binary name move {"/test/my-file.txt" as binary_string as hexadecimal} {("/temp/" as binary_string as hexadecimal) & "e3838fe383ade383bc"}

Expand Down

0 comments on commit 84ab3d6

Please sign in to comment.