forked from izaya/OC-PsychOS2
updated a function comment to be more ... accurate
This commit is contained in:
parent
4ef792a06d
commit
c7213d4cbe
@ -126,7 +126,7 @@ function fs.mounts() -- returns a table containing the mount points of all mount
|
|||||||
return rt
|
return rt
|
||||||
end
|
end
|
||||||
|
|
||||||
function fs.address(path) -- returns the address of the filesystem at a given path, if applicable
|
function fs.address(path) -- returns the address of the filesystem at a given path, if applicable; do not expect a sensical response
|
||||||
local fsi,_ = fs.resolve(path)
|
local fsi,_ = fs.resolve(path)
|
||||||
return fsmounts[fsi].address
|
return fsmounts[fsi].address
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user