File information in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
It would be great if there was a way to get basic file information (besides size which we can get already).
Mainly I am just interested in finding a file's path and its full name+extension.
What I am trying to accomplish at run-time is manually open a file in one folder and then automatically open (or at least find) another file within the same folder without having to manually locate it or enter the path.
If there was a proc such as "getPath(file)" I would be able to automate this. It could even return the whole path including the file name (eg "C:\file\docs\info.txt") which would eliminate the need for a second proc to get just the filename.
|
It's certainly not ideal but it may work for now.