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