|
@@ -4201,7 +4201,7 @@ return {
|
|
|
{
|
|
|
name = "getRealDirectory",
|
|
|
summary = "Get the absolute path to a file.",
|
|
|
- description = "Get the absolute path of a directory containing a path in the virtual filesystem. This can be used to determine if a file is in the game's source directory or the save directory.",
|
|
|
+ description = "Get the absolute path of the mounted archive containing a path in the virtual filesystem. This can be used to determine if a file is in the game's source directory or the save directory.",
|
|
|
key = "lovr.filesystem.getRealDirectory",
|
|
|
module = "lovr.filesystem",
|
|
|
variants = {
|
|
@@ -4217,7 +4217,7 @@ return {
|
|
|
{
|
|
|
name = "realpath",
|
|
|
type = "string",
|
|
|
- description = "The absolute path of the directory containing `path`."
|
|
|
+ description = "The absolute path of the mounted archive containing `path`."
|
|
|
}
|
|
|
}
|
|
|
}
|