Creating A Directory

In the tutorial "Building An Appliction", it states that the first step is:
"Create a directory called divelog.
Under the divelog directory, create another directory called images.
For the Windows platform:
C:\divelog\images".
My question is, how do I create a directory? My experience in programing is zero. I've only worked with HTML, so please excuse my ignorance on such a simple task!

I'm not sure it's this, but i think the tutorial means that you have to create the files using windows explorer and not using a programming language. Open WE and try it
TS

Similar Messages

  • How Create Virtual Directory On Oracle Application Server 10g on RHEL 5

    Dear Sir
    i have deployed my application on OAS 10g on RHEL 5 ,,now since my application is calling some pro*c programs and then they generate some text based reports on fixed folder named
    /treas/temp
    now i simply have to open these text based reports on web browser
    WEB.SHOW_DOCUMENT('/forms/pcreport/'||v_filename);
    but for that i need to create virtual directory name : " /pcreport " without code
    kindlly help as its working on my developer suit 10g i created a virtual directory in my application server by making following entry in "orion-web.xml" file
    <virtual-directory virtual-path="/pcreport" real-path="/u/treas/temp" />
    kindlly help

    (My paths shown, yours will be different)
    In a text editor :
    /u01/app/oracle/product/midtier/Apache/Apache/conf/httpd.conf
    Add
    Alias /pcreport/ "/u01/app/oracle/product/midtier/forms/pcreport/"
    <Directory "/u01/app/oracle/product/midtier/forms/pcreport/">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    Create the pcreport directory.
    Add a simple test page
    vi /u01/app/oracle/product/midtier/forms/pcreport/test.html
    <html>
    <head>
    <title>Simple test page </title>
    <style type="text/css">
    body {
    margin-left: 20%;;
    margin-right: 20%;
    border: 1px dotted gray;
    padding: 10px 10px 10px 10px;
    </style>
    </head>
    <body>
    <p>test!</p>
    </body>
    </html>
    Test
    http://yourserver.com:7777/pcreport/test.html
    Best Regards
    mseberg

  • Creating a directory on a remote machine using a UNC path

    Hi all,
    Is it possible to create a directory on a remote machine using a UNC path such as \\Server\Share\Directory?
    If so, how would i go about this? (Sorry for the newbie question, that's exactly what I am!)
    Thanks,
    Rob

    The tables on your pages are images. Not very convenient if the visitor wants to copy the information and use it.
    Read this how to use tables :
    http://www.wyodor.net/blog/archives/2010/01/entry_297.html
    http://www.wyodor.net/blog/archives/2010/01/entry_298.html
    Samples :
    http://www.wyodor.net/mfi/Maaskant/Seabreeze.html
    http://www.wyodor.net/mfi/Maaskant/Experiment.html
    http://www.wyodor.net/mfi/roodhout/Prices.html
    And here's a non-iWeb page with a sortable table :
    http://www.wyodor.net/htmlegg/TallCard/TallAjax.html?pg=tablesorter
    Or use a database on the server with MySQL and make tables with PHP :
    http://www.google.com/search?q=create+html+table+with+data+from+mysql+database
    Here's a very simple way to do it :
    http://home.wyodor.net/w3school

  • How can I create a directory on my server using FTP in applescript?

    Hi
    I have created a script which successfully uploads files to my server using FTP and a curl command.
    The one thing I haven't worked out how to do is how to create a directory on my server using applescript. At the moment I have to manually create the correct directory for the script to work, but would like to be able to automate everything.
    Would this be possible?
    Thanks
    Nick

    Thanks Bernard.
    I have tried that and still get the error message:
    "curl: Can't open '--ftp-create-dirs'!
    curl: try 'curl --help' or 'curl --manual' for more information
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
    curl: (9) Server denied you to change to the given directory"
    The other relevant parts of the script are:
    set ftp_url to "ftp.****.org.uk/artists/" & artistName2 & "/assets/"
    set ftp_username to "*****@*****.org.uk"
    set ftp_password to "****"
    set ftp_entire to ftp_username & ":" & ftp_password & " ftp://" & ftp_url
    set outPath to outputFolder & fileCounter & ".jpg"
    and then...
    do shell script ("curl -T --ftp-create-dirs " & outPath & " -u " & ftp_entire)
    Like I said, all works fine when the directories are already in place. I have permissions for the artists folder set to "777", i.e. writable. Because the script is trying to create two directories at once, i.e. "artistName2" and then "assets" under it, I wondered if this was significant, but then I tried with just one new directory, and still got the error.

  • Error in creating a directory

    Hi,
    I'm trying to create directory using sql command in apex. But it is throwing an error as 'Insufficient privileges'
    So whom I have to ask for privilege to create a directory?
    Thanks,
    Anoo..

    Good morning Anoo,
    You should check with your DBA to make sure that APEX_PUBLIC_USER has create directory rights.
    Don.
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone! :)

  • Error creating a directory while downloading

    I installed this the first time fine, but it wouldn't recognize my itouch, so i uninstalled all of apples programs from my computer and reinstalled, then got the error:
    "An error occurred while attempting to create the directory: C:\Program Files\Common Files\Apple\Mobile Device Support\in\AppleMobileDeviceHelper.app"
    When I continue past this by canceling, i get similar errors with different variations under the program file directory writing, and when i try to install a previous version, I get this as well.
    Any help/ideas would be great.
    Message was edited by: Verrexis

    Same exact problem for me. Reported it 9/24/09. Have not tried deleting the fonts. May try it if I'm not using them for something else. This is rediculious. There's a million reports of this problem out there with all sorts of Operating Systems and no one will fix it.

  • Error when trying to create a directory in ASM

    Hello,
    I've got Oracle RAC 11gR2. Two nodes with Windows Server 2008. Database in ASM instance.
    I'm trying to create a directory "backupp" in ASM instance, but got error.
    All Oracle Windows services are running under Local Ssystem Account.
    I've logged in Windows Server 2008 with user AdminRAC, which is membor of Administrators and ORA_DBA Windows group.
    Diskgroup: data
    C:> SET ORACLE_HOME=C:\app\11.2.0\grid
    C:\>SET ORACLE_SID=+ASM1
    C:\asmcmd
    Connected to an idle instance.
    ASMCMD> mkdir +data/backupp
    Can't open 'C:\app\11.2.0\grid/log/diag/asmcmd/user_AdminRAC/JNESRVRACA/alert/al
    ert.log' for append
    CLSU-00100: Operating System function: open failed failed with error data: 2
    CLSU-00101: Operating System error message: The system cannot find the file spec
    ified.
    CLSU-00103: error location: SlfFopen1
    ORA-15032: not all alterations performed
    ORA-15005: name "+data/backupp" is already used by an existing alias (DBD ERROR:
    OCIStmtExecute)
    Can't open 'C:\app\11.2.0\grid/log/diag/asmcmd/user_AdminRAC/JNESRVRACA/alert/al
    ert.log' for append
    CLSU-00100: Operating System function: open failed failed with error data: 2
    CLSU-00101: Operating System error message: The system cannot find the file spec
    ified.
    CLSU-00103: error location: SlfFopen1
    ASMCMD>

    user521219 wrote:
    Hello,
    I've got Oracle RAC 11gR2. Two nodes with Windows Server 2008. Database in ASM instance.
    I'm trying to create a directory "backupp" in ASM instance, but got error.
    All Oracle Windows services are running under Local Ssystem Account.
    I've logged in Windows Server 2008 with user AdminRAC, which is membor of Administrators and ORA_DBA Windows group.
    Diskgroup: data
    C:> SET ORACLE_HOME=C:\app\11.2.0\grid
    C:\>SET ORACLE_SID=+ASM1
    C:\asmcmd
    Connected to an idle instance.
    ASMCMD> mkdir +data/backupp
    Can't open 'C:\app\11.2.0\grid/log/diag/asmcmd/user_AdminRAC/JNESRVRACA/alert/al
    ert.log' for append
    CLSU-00100: Operating System function: open failed failed with error data: 2
    CLSU-00101: Operating System error message: The system cannot find the file spec
    ified.
    CLSU-00103: error location: SlfFopen1
    looks like two different problems exist
    ORA-15032: not all alterations performed
    ORA-15005: name "+data/backupp" is already used by an existing alias (DBD ERROR:
    OCIStmtExecute)directory already exists
    Can't open 'C:\app\11.2.0\grid/log/diag/asmcmd/user_AdminRAC/JNESRVRACA/alert/al
    ert.log' for appenderror can't be logged

  • Help needed in creating File Directory if not exist

    hi, All
    I am thinking about wite files to directories based on year, month, day. if the directory for that year or month or day exists already, do not create the directory, but write the file to that directory.
    For example: 2003/02/22/file.txt --2003/02/22 exist, just write file.txt
    If the directory does not exist, the program will create the direcotry and write the file into the right directory.
    For example 2003/02/22/file.txt, ---2003/02/22/ does not exist, the program will create the directoies and write file file.txt
    If anyone can provide any example or suggestion, I really appreciate!
    Thanks
    Steve

    Hi!
    Just have a look at the class "File"
    and it's method "exists()".
    Hope, that helps.
    Thoto

  • How to create a directory in application server

    Hi all,
    How to create a directory in application server through Progaram??
    eg:\tmp - is already existing
    I want to create \tmp\fi 
    Within \tmp\fi - i should able to store my file,,,
    Kindly help me urgent...

    Hello San,
    Either contact Basis guys at ur end for the same or u can do it dynamically via a piece of ABAP code, i hope it wll help u.
    call function 'GUI_CREATE_DIRECTORY'
         exporting
    dirname = '//<ip_address>/qfilesvr400/<host>/usr/sap/TST/SYS/Folder1'
         exceptions
              failed  = 1
              others  = 2.
    Reward If Helpful.
    Regards
    Sasidhar Reddy Matli.

  • Creating Target Directory Paths

    My questions are mixed in below, marked with "Q:"
    Task 7A-1-6 in the PTools 8.48 Installation Guide talks about directory path structures that are required by the Oracle DBMS install wizard, but need to be manually created by me.
    I installed database 10g. My SID is "HCM". There is an initHCM.ora file in my database folder. The contents were:
    SPFILE='C:\oracle\product\10.2.0\db_1/dbs/spfileHCM.ora'
    and I added the following, per install guide instructions:
    DB_NAME = HCM
    DB_FILES = 1021
    CONTROL_FILES = (/filesystem1/cntrl1HCM,/filesystem2/cntrl2HCM)
    OPEN_CURSORS = 255
    db_block_size = 8192
    remote_login_passwordfile=NONE
    Q: I substituted HCM for &lt;SID&gt; in the CONTROL_FILES variable, but are things like filesystem1 and filesystem2 meant to be literals, or is it intended that I substitute something for these? Also, there are some forward slashes in the SPFILE variable - is that ok for Windows?
    The guide mentions these CREATEDB.SQL references...
    startup nomount pfile=%ORACLE_HOME%\database\init&lt;SID&gt;.ora
    DATAFILE '&lt;drive&gt;:\oradata\&lt;SID&gt;\system01.dbf' SIZE 400M
    LOGFILE '&lt;drive&gt;:\oradata\&lt;SID&gt;\log01.dbf' SIZE 70M,
    '&lt;drive&gt;:\oradata\&lt;SID&gt;\log02.dbf' SIZE 70M;
    *...So I assume that I need to create c:\oradata\HCM*
    The guide then says:
    The init&lt;SID&gt;.ora parameter file that is referenced in the CREATEDB.SQL script makes the following
    directory path structure references:
    Note. Portions of the init&lt;SID&gt;.ora parameter file have been omitted for clarity. These paths are hardcoded
    by the user creating the init&lt;SID&gt;.ora parameter file. The Data Configuration Wizard will not make any
    substitutions for mount point, target directory path, or &lt;SID&gt; in the init&lt;SID&gt;.ora file.
    +
    Control file references:
    +
    control_files = ("c:\apps\db\oracle9i\oradata\ORC1\control01.ctl", "c:\apps\db&rArr;
    \oracle9i\oradata\ORC1\control02.ctl", "c:\apps\db\oracle9i\oradata\ORC1&rArr;
    \control03.ctl")
    background_dump_dest = c:\apps\db\Oracle9i\admin\ORC1\bdump
    core_dump_dest = c:\apps\db\Oracle9i\admin\ORC1\cdump
    user_dump_dest = c:\apps\db\Oracle9i\admin\ORC1\udump
    Q:  Does this mean I need to create c:\apps\db\Oracle10g\admin\ORC1 plus subfolders bdump, cdump and udump?  I particularly wonder if those exact names are correct, especially since the examples are for the 9i version.
    Q:  The guide says (above) that it's the init&lt;SID&gt;.ora parameter file which makes the above control file references... but as I showed above, that file only contained the one line, before I added the parms I mentioned.  Is the install guide saying that I should add the control file references above to my initHCM.ora file?

    With regard to the CONTROL_FILES variable...
    I'm not sure how forward slashes are meant to be interpreted in the Windows world. Are you saying that I should substititute an entire valid Widows path, like this?
    CONTROL_FILES = (c:\myfilesys1\cntrl1HCM.txt,c:\myfilesys2\cntrl2HCM.txt)
    ...after having first created folders c:\myfilesys1 and c:\myfilesys2, and that the database creation script will generate files cntrl1HCM.txt (I added the extension) and cntrl2HCM.txt?
    Can you post a sample Windows init<SID>.ora file?
    Edited by: M_Borok on Oct 7, 2008 7:46 AM
    (continued)
    ...on re-reading, it seems to me that section Task 7A-1-5: Creating an INIT<SID>.ORA File shows the general format:
    CONTROL_FILES = (/filesystem1/cntrl1<SID>,/filesystem2/cntrl2<SID>)
    ...but section Task 7A-1-6: Creating Target Directory Paths shows an example of substituted code for this line:
    control_files = ("c:\apps\db\oracle9i\oradata\ORC1control01.ctl", "c:\apps\db\oracle9i\oradata\ORC1control02.ctl", "c:\apps\db\oracle9i\oradata\ORC1\control03.ctl")
    Is that true? i.e. does this mean that I can create any path and file name I want, and the database create script will read it here and use it?
    If so, does this mean that I have to substitute actual paths ANYWHERE I see a forward slash?
    Also... I'm thinking that ORC1 in the sample code is their example of the SID, and for me it might be HCM instead.
    I note that their example shows three control files instead of the two shown in the first template. Does it matter.
    Q: Are these control files files that will be written by the create script, or are they a reference to files I should have created and populated?
    Edited by: M_Borok on Oct 7, 2008 7:51 AM
    Edited by: M_Borok on Oct 7, 2008 8:02 AM

  • How to create a directory or Folder  using java program?

    Hi all,
    Can any one know, how to create a directory(new folder) in java.
    can any give me some idea, on creating a directory using java program dynamically.
    thanx in advance

    hi thanks for your answer,
    sorry, actual i know this technique(its my fault i didnt mentioned it)
    i am looking for some what different technique.
    bye
    ram

  • Can I create a directory database in Numbers, like I have done in Access?

    I have a database in Access that I converted to numbers for the data, but I want to create a directory with merge fields so that its easier to read and pretty to look at. Can this be done in Numbers or Pages? or is there another program comparable to Microsoft Access that I need to get. Is there freeware that would do the trick? thanks.

    thanks for offering your help. I have about 120 contacts in one database with about 20 fields for each contact: name, phn, birthday, anniv, email, address, hobbies, heritage, etc. I guess about 5 or 6 contacts would fit on a page.
    I also have another database that is quite smaller. only about 68 contacts, with just 9 or 10 fields per contact. Last Name, First Name, Unit, Home Phone, Cell Phone, EMail Address, Alt Email, Alt Cell Phone, Additional. I would like the option to add fields as this document grows.
    I searched online for some database management software but it seems that you need to know programing. I inherited the access database listed first so I only had to tweek things, copy and paste fields, I did not have to create it from scratch. Am I looking for the wrong type of program? Is there a program out there that makes simple directories? Or is there an easy way to create a merge document (In Pages or Numbers) to have multiple contacts on one page. Like a label? I am able to create a merge form letter, but can not figure out how to get multiple contacts on a page. I am not planning to give up on my Mac. I am committed to is as I have spent a few thousand dollars to get this, But I just need to know how to get started.
    Thanks again for your help. Toni

  • File Adapter - Error creating archive directory adapter file

    Hello,
    I've a interfase File to RFC. In sender CC i have Archive Directory.
    It occurs the follow error:
    Error creating archive directory adapter file
    The archive directory exists.
    any idea?
    thanks very much

    Hi Silvia,
    Check whether the user you are using for FTPing is having proper authorizations.
    Also, verify whether you have the archive directory in place.
    Regards,
    Neetesh

  • How do i create a directory in powershell

    How do i create a directory in power shell

    Hi JRC,
    have youi got some experenance using powershell? please read the documentation md is an alias for the new-item command. whereas mkdir is implemented as a function (powershell v2) so you are able to use the new-item command in order to create a new folder.
    because both command md and mkdir calls new-item.
    If you don´t specifiy a parametername then it´s up to the cmdlet definition as what parameter this value is interpreted.
    get-help new-item lists all available cmlet executables.
    regards Thomas Paetzold visit my blog on: http://sus42.wordpress.com
    'Folder" is NOT an argument for the ItemType.  ItemType only takes "file" and "Directory"
    Hi,
    use this command
    new-item -Name <foldername> -ItemType folder
    regards Thomas Paetzold visit my blog on: http://sus42.wordpress.com
    This is what we get:
    17:47 PS>new-item -Name e:\tests\testfolder -ItemType folder
    New-Item : The type is not a known type for the file system. Only "file" and "directory" can be specified.
    At line:1 char:9
    + new-item <<<<  -Name e:\tests\testfolder -ItemType folder
        + CategoryInfo          : InvalidArgument: (:) [New-Item], PSArgumentException
        + FullyQualifiedErrorId : Argument,Microsoft.PowerShell.Commands.NewItemCommand
    ¯\_(ツ)_/¯

  • Purpose: to create photo galleries to insert or not items: 1) with phocagalery, it works 2) with the transfer via lightroom, I do not see the downloaded files but if I want to create a directory folder with the same name, he said he is already, I see noth

    purpose: to create photo galleries to insert or not items:
    1) with phocagalery, it works
    2) with the transfer via lightroom, I do not see the downloaded files but if I want to create a directory folder with the same name, he said he is already, I see nothing in the media in content management
    Can you help me

    Mahsa21,
    We are glad that we were able to resolve the international calling plan issue for you.  If you need assistance,please  reach out to us.
    thanks,
    Tonya D.

  • Create dynamic directory name from form field on Sharepoint

    Trying to save pdf file to sharepoint site using URL; but need to create directory (initially) and filename dynamically. After directory created addtn'l files may populate dir, so need to check for directory exists; if so just copy files to dir based on field name. I'm able to save files to hard-coded location only, based on below.
    How to check and/or create dynamic directory base don field name?
    // folder level JavaScript to allow access to the identity object properties
    trustedIdentity = app.trustedFunction( function (sProperty)
    var iProperty = "";
    app.beginPriv();
    iProperty = identity[sProperty];
    app.endPriv();
    return iProperty;
    // folder level JavaScript to allow Save As population of file name
    mySaveAs = app.trustPropagatorFunction(function(myForm, path)
         app.beginPriv();
         var myForm = event.target;
         return rtn = myForm.saveAs(path);
         app.endPriv();
    myTrustFunct = app.trustedFunction(function(myForm, path)
         app.beginPriv();
         var vTest1 = event.target.xfa.resolveNode("topmostSubform[0].Page1[0].Test1[0]").rawValue.toString();
         var vTest2 = event.target.xfa.resolveNode("topmostSubform[0].Page1[0].Test2[0]").rawValue.toString();
         var vTest3 = event.target.xfa.resolveNode("topmostSubform[0].Page1[0].Test3[0]").rawValue.toString();
         var vTest4 = event.target.xfa.resolveNode("topmostSubform[0].Page1[0].Test4[0]").rawValue.toString();         
         var vpdf_url=location.href;location.href='http://mysite2010.com/documents
         var vPath = "/vpdf_url/" + vTest1 + Test2  + vTest3 + " .pdf";
              //console.println("vPath: " + vPath);
         var retn = mySaveAs(myForm, vPath);
         app.endPriv();
         return retn;

    Acrobat/Reader cannot create a directory. The directory needs to exist before Acrobat/Reader can save a PDF file to that directory.
    You could create a plug-in and use that plug-in to create the directory. The plug-in should also be able to determine if the directory exists or not.
    SharePoint can be tricky because it is not like most web sites. There is a special dash board that helps manage the different parts of SharePoint like list, folders, web parts, documents, etc so you may need to be aware of these features and adjust for them.
    For  folder level functions, I would not use any LiveCycle JavaScript variations. The folder level scripts are shared and accessible by Acrobat forms.

Maybe you are looking for

  • Web Sharing on Local Network

    I am trying to have my students share their pages on the school network in our classroom. It has worked in the past, however now when they turn on web sharing in the system preferences, the address is the local host instead of the IP address. How can

  • How to turn off the "start-up vibrating"?

    I've just received my 6500slide.very nice handset. now my problem with it is like this you know every time the red button is long-pressed,either to switch on or off the handset,it will vibrate for about 0.5second together with the start-up tone. now

  • Online link for Oracle E Business

    Hi Before I used to have online login to Oracle E business suite release 12 vision instance.it was provided by an oracle partner. is there any similar URL you can provide with username and password? I need this very urgent for demo Thanks and Regards

  • ThinkPad S540 some keys are not working. Backlight is dead

    I have weird issues with my ThinkPad 540 built-in keyboard. Keys [ENTER (BOTH!), Z, C, M, N, , , 9 on numpad) are almost not working. I have to force-press them several times to have a response. This is the sad situation because I'm far away from ser

  • Have new Canon MG 8120...won't scan to iPhoto

    Anyone know how to scan photos from a Canon MG 8120 directly to iPhoto?