Skip to content

Commit 003bf9d

Browse files
baonhanGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #87 from gabriella-santoro/patch-77
Update required by binary string (task 154594)
2 parents 03a12cc + ed2d606 commit 003bf9d

File tree

1 file changed

+6
-0
lines changed
  • site/pages/action-script/reference/file

1 file changed

+6
-0
lines changed

site/pages/action-script/reference/file/delete.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Delete the `win.com` file.
3030
delete "{name of drive of windows folder}\win.com"
3131
```
3232

33+
Delete file `/temp/ハロ` in UTF-8 encoding.
34+
35+
```actionscript
36+
binary name delete {("/temp/" as binary_string as hexadecimal) & "e3838fe383ade383bc"}
37+
```
38+
3339
## Notes
3440

3541
It’s good practice to enclose file paths in quotes to preserve spaces. Without

0 commit comments

Comments
 (0)