#include <pyfbsdk_generated.h>
Public Member Functions | |
Add (str pSourceDir, str pTargetDir) | |
Adds an entry in the map. | |
Clear () | |
Clears the map. | |
int | GetCount () |
Returns the number of items in the map. | |
str | GetSource (int pIndex) |
Returns the source directory for the element at specified index. | |
str | GetTarget (int pIndex) |
Returns the target directory for the element at specified index. | |
str | Map (str pPath) |
Iterates through all the mapped directories. | |
Adds an entry in the map.
Environment variables can be specified for the target path using the syntax. Environment variables are expanded before the paths get added to the map. An error in the formatting of the paths (environment variable tokens) will abort the expansion and both given paths will remained unchanged.
Clear | ( | ) |
Clears the map.
int GetCount | ( | ) |
Returns the number of items in the map.