Description
Returns the relative path of the given file/folder.
Arguments
1string filePaththe file/folder path to use
2string gamePath = nilgame path that the given file/folder is inside
Returns
1string relativePathReturns the relative path or nil
on failure
Example
print(filesystem.FullPathToRelativePath("/home/container/garrysmod/garrysmod.ver", "MOD_WRITE"))