|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileName
Provides access to the pathnames of files.
The IFileName interface provides a method to identfiy some data without it necessarily having to exist in a directory structure.
Method Summary | |
---|---|
String |
getPath()
Pathname to the file. |
void |
setPath(String path)
Pathname to the file. |
Method Detail |
---|
void setPath(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPath() throws IOException, AutomationException
The Path to the file. The data specified by the Path does not necessarily have to exist in a directory structure.
When using a FileName, the IName::Open method does not function properly, so you need to use whatever programmatic file-access technique is appropriate from your
development environment standpoint.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |