mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-12 03:36:42 +00:00
Remove obsolete note about fopen
svn-id: r34487
This commit is contained in:
parent
62a75f2615
commit
19dd03dfa8
@ -148,10 +148,11 @@ public:
|
|||||||
virtual Common::String getName() const;
|
virtual Common::String getName() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a string representation of the file which can be passed to fopen(),
|
* Return a string representation of the file which is suitable for
|
||||||
* and is suitable for archiving (i.e. writing to the config file).
|
* archiving (i.e. writing to the config file). This will usually be a
|
||||||
* This will usually be a 'path' (hence the name of the method), but can
|
* 'path' (hence the name of the method), but can be anything that meets
|
||||||
* be anything that fulfills the above criterions.
|
* the above criterions. What a 'path' is differs greatly from system to
|
||||||
|
* system anyway.
|
||||||
*
|
*
|
||||||
* @note Do not assume that this string contains (back)slashes or any
|
* @note Do not assume that this string contains (back)slashes or any
|
||||||
* other kind of 'path separators'.
|
* other kind of 'path separators'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user