From a89474786edba391abd6da6e5d3ec9e7a4daacb6 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 13 Apr 2020 12:53:13 -0700 Subject: [PATCH] drive-strings: really move this time. --- extra/drive-strings/authors.txt | 1 - extra/drive-strings/drive-strings.factor | 9 --------- extra/drive-strings/platforms.txt | 1 - 3 files changed, 11 deletions(-) delete mode 100644 extra/drive-strings/authors.txt delete mode 100644 extra/drive-strings/drive-strings.factor delete mode 100644 extra/drive-strings/platforms.txt diff --git a/extra/drive-strings/authors.txt b/extra/drive-strings/authors.txt deleted file mode 100644 index 8e1955f8e1..0000000000 --- a/extra/drive-strings/authors.txt +++ /dev/null @@ -1 +0,0 @@ -Alexander Ilin diff --git a/extra/drive-strings/drive-strings.factor b/extra/drive-strings/drive-strings.factor deleted file mode 100644 index d436a8a6d5..0000000000 --- a/extra/drive-strings/drive-strings.factor +++ /dev/null @@ -1,9 +0,0 @@ -! Copyright (C) 2019 Alexander Ilin. -! See http://factorcode.org/license.txt for BSD license. -USING: byte-arrays io.encodings.string io.encodings.utf16 -kernel math sequences splitting windows.kernel32 ; -IN: drive-strings - -: logical-drive-strings ( -- seq ) - 30 4 2 * * dup [ GetLogicalDriveStrings ] keep - utf16le decode swap head "\0" split harvest ; diff --git a/extra/drive-strings/platforms.txt b/extra/drive-strings/platforms.txt deleted file mode 100644 index 8e1a55995e..0000000000 --- a/extra/drive-strings/platforms.txt +++ /dev/null @@ -1 +0,0 @@ -windows