mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -241,8 +241,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetUserFolder(SDL_Folder folder);
|
|||||||
/**
|
/**
|
||||||
* Types of filesystem entries.
|
* Types of filesystem entries.
|
||||||
*
|
*
|
||||||
* Note that there may be other sorts of items on a filesystem: devices,
|
* Note that there may be other sorts of items on a filesystem: devices, named
|
||||||
* named pipes, etc. They are currently reported as SDL_PATHTYPE_OTHER.
|
* pipes, etc. They are currently reported as SDL_PATHTYPE_OTHER.
|
||||||
*
|
*
|
||||||
* \since This enum is available since SDL 3.2.0.
|
* \since This enum is available since SDL 3.2.0.
|
||||||
*
|
*
|
||||||
@@ -456,9 +456,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_CopyFile(const char *oldpath, const char *n
|
|||||||
/**
|
/**
|
||||||
* Get information about a filesystem path.
|
* Get information about a filesystem path.
|
||||||
*
|
*
|
||||||
* Symlinks, on filesystems that support them, are always followed, so you will
|
* Symlinks, on filesystems that support them, are always followed, so you
|
||||||
* always get information on what the symlink eventually points to, and not the
|
* will always get information on what the symlink eventually points to, and
|
||||||
* symlink itself.
|
* not the symlink itself.
|
||||||
*
|
*
|
||||||
* \param path the path to query.
|
* \param path the path to query.
|
||||||
* \param info a pointer filled in with information about the path, or NULL to
|
* \param info a pointer filled in with information about the path, or NULL to
|
||||||
|
|||||||
Reference in New Issue
Block a user