mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-15 06:48:07 +11:00
6 lines
108 B
Lua
6 lines
108 B
Lua
|
local fs = ...
|
||
|
for f in component.list("filesystem") do
|
||
|
if (f:sub(1, #fs) == fs) then
|
||
|
_DRIVE = f
|
||
|
end
|
||
|
end
|